diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-27 06:02:45 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-27 06:02:45 +0000 |
commit | a6290246c8f56131d58dcacf9e04d867b9932ac1 (patch) | |
tree | 367dcbf1431b18e74aaa0c1706b4585575512639 /security/pidgin-encryption | |
parent | 158d89f2f1d8d04fe11d180589cda2d82a3edd3a (diff) |
Notes
Diffstat (limited to 'security/pidgin-encryption')
-rw-r--r-- | security/pidgin-encryption/Makefile | 7 | ||||
-rw-r--r-- | security/pidgin-encryption/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/security/pidgin-encryption/Makefile b/security/pidgin-encryption/Makefile index 8800c4bed3d5..3a1cb18a7474 100644 --- a/security/pidgin-encryption/Makefile +++ b/security/pidgin-encryption/Makefile @@ -6,7 +6,7 @@ # PORTNAME= encryption -PORTVERSION= 2.26 +PORTVERSION= 2.27 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -16,7 +16,7 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= ports@c0decafe.net COMMENT= Provides transparent RSA encryption as a Gaim plugin -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/gaim:configure +BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim LIB_DEPENDS= nss3:${PORTSDIR}/security/nss @@ -26,8 +26,7 @@ USE_GNOME= lthack gtk20 USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LDFLAGS="${PTHREAD_LIBS}" -CONFIGURE_ARGS= --with-gaim=${WRKDIRPREFIX}${.CURDIR}/../../net/gaim/work/gaim* \ - --with-nspr-includes=${LOCALBASE}/include/nspr \ +CONFIGURE_ARGS= --with-nspr-includes=${LOCALBASE}/include/nspr \ --with-nspr-libs=${LOCALBASE}/lib \ --with-nss-includes=${LOCALBASE}/include/nss/nss \ --with-nss-libs=${LOCALBASE}/lib diff --git a/security/pidgin-encryption/distinfo b/security/pidgin-encryption/distinfo index 0372e49fa9b8..238a61a05398 100644 --- a/security/pidgin-encryption/distinfo +++ b/security/pidgin-encryption/distinfo @@ -1,2 +1,2 @@ -MD5 (gaim-encryption-2.26.tar.gz) = 950e7421b301c34bd6cf5b8fcaafccc3 -SIZE (gaim-encryption-2.26.tar.gz) = 362436 +MD5 (gaim-encryption-2.27.tar.gz) = b5d24bbada652d9673f35c5f3c6b03c7 +SIZE (gaim-encryption-2.27.tar.gz) = 363114 |