From c0d646c6122c1c3e4bd9886cf83079f8a34e64eb Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Fri, 5 Sep 2014 20:05:50 +0000 Subject: Add USES=libtool and INSTALL_TARGET=install-strip --- security/pidgin-encryption/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'security/pidgin-encryption') diff --git a/security/pidgin-encryption/Makefile b/security/pidgin-encryption/Makefile index e2d0d89f16ca..50275468db64 100644 --- a/security/pidgin-encryption/Makefile +++ b/security/pidgin-encryption/Makefile @@ -3,7 +3,7 @@ PORTNAME= pidgin PORTVERSION= 3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}-encrypt/Releases/${PORTVERSION} PKGNAMESUFFIX= -encryption @@ -17,17 +17,17 @@ RUN_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple \ libnss3.so:${PORTSDIR}/security/nss -USE_GNOME= gtk20 -USES= gettext gmake pkgconfig GNU_CONFIGURE= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-static \ --with-nspr-includes=${LOCALBASE}/include/nspr \ --with-nspr-libs=${LOCALBASE}/lib \ --with-nss-includes=${LOCALBASE}/include/nss/nss \ --with-nss-libs=${LOCALBASE}/lib/nss +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip +USES= gettext gmake libtool pkgconfig +USE_GNOME= gtk20 OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -- cgit v1.2.3