diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-02-25 14:16:10 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-02-25 14:16:10 +0000 |
commit | a274b094df9a743487dc9055cac92fcc80f44ce7 (patch) | |
tree | 21f16b0483a8fb48a10760a24a719376634068d3 | |
parent | e36fc841c7a0a607b01ee39455741d8132e2af10 (diff) | |
download | ports-a274b094df9a743487dc9055cac92fcc80f44ce7.tar.gz ports-a274b094df9a743487dc9055cac92fcc80f44ce7.zip |
Notes
-rw-r--r-- | security/pidgin-otr/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile index 83625eb85721..c0a92a8244e6 100644 --- a/security/pidgin-otr/Makefile +++ b/security/pidgin-otr/Makefile @@ -10,7 +10,8 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Allows deniable private conversations using Pidgin -LICENSE= GPLv2 +LICENSE= GPLv2 # only +LICENSE_FILE= ${WRKSRC}/COPYING # explicitly use libotr.so.5 (see ports/186944) BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin @@ -19,10 +20,6 @@ LIB_DEPENDS= libotr.so.5:${PORTSDIR}/security/libotr \ libpurple.so:${PORTSDIR}/net-im/libpurple USES= cpe gmake libtool pkgconfig -OPTIONS_DEFINE= NLS -NLS_USES= gettext -OPTIONS_SUB= yes - CPE_VENDOR= cypherpunks CPE_PRODUCT= ${PKGNAMEPREFIX}${PORTNAME} USE_GNOME= gtk20 intltool @@ -34,6 +31,12 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-libotr-prefix=${LOCALBASE}/lib \ --with-libotr-inc-prefix=${LOCALBASE}/include +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_USES= gettext +NLS_USES_OFF= gettext-tools + .include <bsd.port.options.mk> .if ${OSVERSION} < 1000036 && ${ARCH} == i386 |