diff options
author | marcus <marcus@FreeBSD.org> | 2004-12-29 22:31:52 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-12-29 22:31:52 +0000 |
commit | 3020e5e8ec73c12cb18c1c3b952a077db0e85812 (patch) | |
tree | 124fdc19b9c9c00e17c77e039f55c28a8422dd42 /security/gaim-encryption/Makefile | |
parent | 506c308ef6853e15d970dc0acf36afd28878d538 (diff) | |
download | FreeBSD-ports-3020e5e8ec73c12cb18c1c3b952a077db0e85812.zip FreeBSD-ports-3020e5e8ec73c12cb18c1c3b952a077db0e85812.tar.gz |
Update to 2.32.
PR: 75599
Submitted by: maintainer
Diffstat (limited to 'security/gaim-encryption/Makefile')
-rw-r--r-- | security/gaim-encryption/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/gaim-encryption/Makefile b/security/gaim-encryption/Makefile index e160c97..dd216e5 100644 --- a/security/gaim-encryption/Makefile +++ b/security/gaim-encryption/Makefile @@ -6,8 +6,7 @@ # PORTNAME= encryption -PORTVERSION= 2.31 -PORTREVISION= 5 +PORTVERSION= 2.32 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -25,8 +24,8 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk20 USE_LIBTOOL_VER=15 -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ - LDFLAGS="${PTHREAD_LIBS}" +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-nspr-includes=${LOCALBASE}/include/nspr \ --with-nspr-libs=${LOCALBASE}/lib \ --with-nss-includes=${LOCALBASE}/include/nss/nss \ |