summaryrefslogtreecommitdiffstats
path: root/x11/yelp
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-24 05:58:23 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-24 05:58:23 +0800
commit624e2a3298c420f6e0749998f618f2f5500d820c (patch)
treee71fc179a20c33dd34ee90919492f5433db94447 /x11/yelp
parent571e927646ab490e49fcdd3f58953a1548827836 (diff)
downloadmarcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.tar
marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.tar.gz
marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.tar.bz2
marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.tar.lz
marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.tar.xz
marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.tar.zst
marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.zip
- Use new libtool stuff
- Use USE_GETTEXT where needed - Use dirrmtry git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5740 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/yelp')
-rw-r--r--x11/yelp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile
index 31d788c75..e08d59673 100644
--- a/x11/yelp/Makefile
+++ b/x11/yelp/Makefile
@@ -3,7 +3,7 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/yelp/Makefile,v 1.79 2006/02/18 18:52:23 marcus Exp $
+# $MCom: ports/x11/yelp/Makefile,v 1.80 2006/02/23 16:16:32 ahze Exp $
#
PORTNAME= yelp
@@ -19,12 +19,13 @@ COMMENT= A help browser for the GNOME 2 desktop
USE_GECKO= firefox mozilla seamonkey xulrunner
+USE_GETTEXT= yes
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomedocutils \
libgnomeprintui
-USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"