diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-06-12 06:10:20 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-06-12 06:10:20 +0000 |
commit | af5a339f0f5a854a784973548ce296938d9ef368 (patch) | |
tree | 5a4382c1e6e68b5c83b9dbc19f535a215976c235 | |
parent | 7f86966102abb69c7515a5251bd8a58c6e0dc124 (diff) | |
download | ports-af5a339f0f5a854a784973548ce296938d9ef368.tar.gz ports-af5a339f0f5a854a784973548ce296938d9ef368.zip |
Portlint:
-Add USE_GETTEXT.
Notes
Notes:
svn path=/head/; revision=165167
-rw-r--r-- | audio/grip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile index 43f6d588d73f..63065c8b67c2 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -22,6 +22,7 @@ PATCH_DEPENDS= iconv:${PORTSDIR}/converters/libiconv USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui vte USE_GMAKE= yes +USE_GETTEXT= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |