diff options
author | mezz <mezz@FreeBSD.org> | 2006-06-12 14:10:20 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-06-12 14:10:20 +0800 |
commit | 38fbf80171be2abb3f5f2bf5405cb3f578591aa8 (patch) | |
tree | d8eaf984fbb7297f854389139e62f52285a7c86c /audio/grip | |
parent | b86cc8d4c3812f7f58f2621fdb68c89ce44b1365 (diff) | |
download | freebsd-ports-gnome-38fbf80171be2abb3f5f2bf5405cb3f578591aa8.tar.gz freebsd-ports-gnome-38fbf80171be2abb3f5f2bf5405cb3f578591aa8.tar.zst freebsd-ports-gnome-38fbf80171be2abb3f5f2bf5405cb3f578591aa8.zip |
Portlint:
-Add USE_GETTEXT.
Diffstat (limited to 'audio/grip')
-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" |