diff options
author | mandree <mandree@FreeBSD.org> | 2013-05-10 17:20:35 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2013-05-10 17:20:35 +0800 |
commit | 2db4bd1f2398681f56057ce3654e44f59a3cfebc (patch) | |
tree | af832c4ca9bc66aa0fef8448ed1c0d4219851eaa /net-im | |
parent | 616bda7feb55f79a339221d31117423d5346dfff (diff) | |
download | freebsd-ports-gnome-2db4bd1f2398681f56057ce3654e44f59a3cfebc.tar.gz freebsd-ports-gnome-2db4bd1f2398681f56057ce3654e44f59a3cfebc.tar.zst freebsd-ports-gnome-2db4bd1f2398681f56057ce3654e44f59a3cfebc.zip |
Change USE_GETTEXT=yes to USES+=gettext.
Submitted by: jgh
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin-skype/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/pidgin-skype/Makefile b/net-im/pidgin-skype/Makefile index 662563190d4d..cc69443f1f4c 100644 --- a/net-im/pidgin-skype/Makefile +++ b/net-im/pidgin-skype/Makefile @@ -53,7 +53,7 @@ USES= pkgconfig .if ${PORT_OPTIONS:MNLS} mycflags+= -DENABLE_NLS mylibs+= -L${LOCALBASE}/lib -lintl -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" post-patch: |