diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-05 20:05:50 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-05 20:05:50 +0000 |
commit | c0d646c6122c1c3e4bd9886cf83079f8a34e64eb (patch) | |
tree | 0dce13109ef2215cf91e911f3e164246deba1104 /security/pidgin-encryption | |
parent | 38435c8f0d1c3cf3b0a0029885d9b78ceda84b91 (diff) | |
download | ports-c0d646c6122c1c3e4bd9886cf83079f8a34e64eb.tar.gz ports-c0d646c6122c1c3e4bd9886cf83079f8a34e64eb.zip |
Notes
Diffstat (limited to 'security/pidgin-encryption')
-rw-r--r-- | security/pidgin-encryption/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
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 |