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/libgtop2/Makefile | |
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/libgtop2/Makefile')
-rw-r--r-- | devel/libgtop2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |