diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 14:23:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 14:23:20 +0000 |
commit | de15f3b2a303f44269b795195a6d8772a69f27da (patch) | |
tree | 7d1331baa836de981560e9f103c03ccb3b19ca05 /security/pidgin-encryption | |
parent | 1b7647a5fd48370ad90f2972fc9f1e485c1d1e52 (diff) | |
download | ports-de15f3b2a303f44269b795195a6d8772a69f27da.tar.gz ports-de15f3b2a303f44269b795195a6d8772a69f27da.zip |
Notes
Diffstat (limited to 'security/pidgin-encryption')
-rw-r--r-- | security/pidgin-encryption/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/pidgin-encryption/Makefile b/security/pidgin-encryption/Makefile index 367404f93a63..8b35878a481a 100644 --- a/security/pidgin-encryption/Makefile +++ b/security/pidgin-encryption/Makefile @@ -16,9 +16,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple \ nss3:${PORTSDIR}/security/nss -USE_GMAKE= yes USE_GNOME= gtk20 -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include |