diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 04:36:47 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 04:36:47 +0800 |
commit | a68d411e884f78e3245d335c3679ed035169df40 (patch) | |
tree | d17542731fabb5d5316ce1ea12c5fdd160dfb5c5 /devel | |
parent | 45d8b0b75899cc68cf2f519558e1505e5ad0dbf0 (diff) | |
download | marcuscom-ports-a68d411e884f78e3245d335c3679ed035169df40.tar marcuscom-ports-a68d411e884f78e3245d335c3679ed035169df40.tar.gz marcuscom-ports-a68d411e884f78e3245d335c3679ed035169df40.tar.bz2 marcuscom-ports-a68d411e884f78e3245d335c3679ed035169df40.tar.lz marcuscom-ports-a68d411e884f78e3245d335c3679ed035169df40.tar.xz marcuscom-ports-a68d411e884f78e3245d335c3679ed035169df40.tar.zst marcuscom-ports-a68d411e884f78e3245d335c3679ed035169df40.zip |
Add USE_GETTEXT to make portlint happy.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5832 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/anjuta-devel/Makefile | 3 | ||||
-rw-r--r-- | devel/bug-buddy/Makefile | 3 | ||||
-rw-r--r-- | devel/bugbuddy/Makefile | 3 | ||||
-rw-r--r-- | devel/gconf2/Makefile | 3 | ||||
-rw-r--r-- | devel/glade3/Makefile | 3 | ||||
-rw-r--r-- | devel/gnome-vfs/Makefile | 3 | ||||
-rw-r--r-- | devel/gnomevfs2/Makefile | 3 | ||||
-rw-r--r-- | devel/libbonobo/Makefile | 3 | ||||
-rw-r--r-- | devel/libgtop2/Makefile | 3 |
9 files changed, 18 insertions, 9 deletions
diff --git a/devel/anjuta-devel/Makefile b/devel/anjuta-devel/Makefile index 0de4191d7..552caaafc 100644 --- a/devel/anjuta-devel/Makefile +++ b/devel/anjuta-devel/Makefile @@ -3,7 +3,7 @@ # Whom: Dmitry Sivachenko <demon@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/anjuta-devel/Makefile,v 1.9 2006/01/31 20:36:47 marcus Exp $ +# $MCom: ports/devel/anjuta-devel/Makefile,v 1.10 2006/02/24 18:12:02 marcus Exp $ # PORTNAME= anjuta @@ -33,6 +33,7 @@ CONFLICTS= anjuta-1.2.* USE_X_PREFIX= yes USE_GMAKE= yes +USE_GETTEXT= yes INSTALLS_OMF= yes USE_GNOME= gnomeprefix gnomehack libgnomeprintui libgnomeui vte GNU_CONFIGURE= yes diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile index aa8e7e191..8b8087e2b 100644 --- a/devel/bug-buddy/Makefile +++ b/devel/bug-buddy/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/bugbuddy/Makefile,v 1.23 2006/02/24 18:12:33 marcus Exp $ +# $MCom: ports/devel/bugbuddy/Makefile,v 1.24 2006/02/28 06:14:27 marcus Exp $ # PORTNAME= bugbuddy @@ -18,6 +18,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A bug reporting tool for GNOME 2 USE_BZIP2= yes +USE_GETTEXT= yes USE_X_PREFIX= yes INSTALLS_OMF= yes USE_GMAKE= yes diff --git a/devel/bugbuddy/Makefile b/devel/bugbuddy/Makefile index aa8e7e191..8b8087e2b 100644 --- a/devel/bugbuddy/Makefile +++ b/devel/bugbuddy/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/bugbuddy/Makefile,v 1.23 2006/02/24 18:12:33 marcus Exp $ +# $MCom: ports/devel/bugbuddy/Makefile,v 1.24 2006/02/28 06:14:27 marcus Exp $ # PORTNAME= bugbuddy @@ -18,6 +18,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A bug reporting tool for GNOME 2 USE_BZIP2= yes +USE_GETTEXT= yes USE_X_PREFIX= yes INSTALLS_OMF= yes USE_GMAKE= yes diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index de7f82868..2237a18a8 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gconf2/Makefile,v 1.66 2006/02/24 18:13:39 marcus Exp $ +# $MCom: ports/devel/gconf2/Makefile,v 1.67 2006/02/24 20:43:27 marcus Exp $ # PORTNAME= gconf2 @@ -20,6 +20,7 @@ COMMENT= A configuration database system for GNOME USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= yes USE_X_PREFIX= yes USE_GNOME= gnomehier gnomehack orbit2 gtk20 libxml2 linc ltverhack INSTALLS_SHLIB= yes diff --git a/devel/glade3/Makefile b/devel/glade3/Makefile index f608b6bb0..d72bcbba0 100644 --- a/devel/glade3/Makefile +++ b/devel/glade3/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glade3/Makefile,v 1.5 2006/01/27 00:03:34 ahze Exp $ +# $MCom: ports/devel/glade3/Makefile,v 1.6 2006/02/24 18:14:28 marcus Exp $ # PORTNAME= glade3 @@ -23,6 +23,7 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 libxml2 gnomeprefix gnomehack +USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index 7ff5880f9..baa7ec1d7 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gnomevfs2/Makefile,v 1.130 2006/02/26 15:45:47 marcus Exp $ +# $MCom: ports/devel/gnomevfs2/Makefile,v 1.131 2006/02/27 17:01:55 marcus Exp $ # PORTNAME= gnomevfs2 @@ -21,6 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomemimedata gconf2 \ libbonobo ltverhack diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index 7ff5880f9..baa7ec1d7 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gnomevfs2/Makefile,v 1.130 2006/02/26 15:45:47 marcus Exp $ +# $MCom: ports/devel/gnomevfs2/Makefile,v 1.131 2006/02/27 17:01:55 marcus Exp $ # PORTNAME= gnomevfs2 @@ -21,6 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomemimedata gconf2 \ libbonobo ltverhack diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 6f28d3db6..f5edd6bcd 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libbonobo/Makefile,v 1.38 2006/01/18 16:50:50 marcus Exp $ +# $MCom: ports/devel/libbonobo/Makefile,v 1.39 2006/02/24 18:26:03 marcus Exp $ # PORTNAME= libbonobo @@ -20,6 +20,7 @@ COMMENT= A component and compound document system for GNOME2 USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes +USE_GETTEXT= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes USE_PERL5= yes diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile index 5c67c4e04..6cedda26f 100644 --- a/devel/libgtop2/Makefile +++ b/devel/libgtop2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libgtop2/Makefile,v 1.61 2006/02/24 20:43:28 marcus Exp $ +# $MCom: ports/devel/libgtop2/Makefile,v 1.62 2006/02/28 05:11:17 marcus Exp $ # PORTNAME= libgtop2 @@ -21,6 +21,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes USE_PERL5= yes +USE_GETTEXT= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack glib20 ltverhack |