diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2013-05-10 09:20:35 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2013-05-10 09:20:35 +0000 |
commit | 5f3dae0bea9098ea253d9f9eace4e12eec8cc2e4 (patch) | |
tree | af832c4ca9bc66aa0fef8448ed1c0d4219851eaa /net-im/pidgin-skype/Makefile | |
parent | 58b5747b1e5f40dbb1c72c49323aa8d61fe7ad7f (diff) |
Change USE_GETTEXT=yes to USES+=gettext.
Submitted by: jgh
Notes
Notes:
svn path=/head/; revision=317780
Diffstat (limited to 'net-im/pidgin-skype/Makefile')
-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: |