diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-25 06:27:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-25 06:27:11 +0000 |
commit | 67930c6f7513c027eaa4404189d634f43d2c6872 (patch) | |
tree | 7f0d2eaca0d5bb690153d340b33c9dbee1ad9e82 /audio/gogglesmm | |
parent | ecf278e4b2af54b63e61314d66e060c84287ebe4 (diff) | |
download | ports-67930c6f7513c027eaa4404189d634f43d2c6872.tar.gz ports-67930c6f7513c027eaa4404189d634f43d2c6872.zip |
Convert to USES=gettext
Notes
Notes:
svn path=/head/; revision=316503
Diffstat (limited to 'audio/gogglesmm')
-rw-r--r-- | audio/gogglesmm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gogglesmm/Makefile b/audio/gogglesmm/Makefile index 1a012af11137..d9971d849319 100644 --- a/audio/gogglesmm/Makefile +++ b/audio/gogglesmm/Makefile @@ -69,7 +69,7 @@ CONFIGURE_ARGS+= --without-curl .if ${PORT_OPTIONS:MNLS} PLIST_SUB= NLS="" -USE_GETTEXT= yes +USES+= gettext .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB= NLS="@comment " |