Date: Thu, 25 Feb 2016 14:16:10 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409519 - head/security/pidgin-otr Message-ID: <201602251416.u1PEGAel060202@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Feb 25 14:16:10 2016 New Revision: 409519 URL: https://svnweb.freebsd.org/changeset/ports/409519 Log: - Clarify LICENSE - Add LICENSE_FILE - Fix build with disabled NLS Modified: head/security/pidgin-otr/Makefile Modified: head/security/pidgin-otr/Makefile ============================================================================== --- head/security/pidgin-otr/Makefile Thu Feb 25 14:15:40 2016 (r409518) +++ head/security/pidgin-otr/Makefile Thu Feb 25 14:16:10 2016 (r409519) @@ -10,7 +10,8 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${ 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}/sec 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602251416.u1PEGAel060202>