aboutsummaryrefslogtreecommitdiff
path: root/devel/apr1
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2012-12-14 15:06:09 +0000
committerAlex Dupre <ale@FreeBSD.org>2012-12-14 15:06:09 +0000
commit6a48f3a450a5e78d7c46ae02bf6d3d8670de3068 (patch)
tree87116a71f2e341d628447811a0eec8e831ca17b9 /devel/apr1
parenta9bb4c65f85f33acd5c973e6bbf52c850a5c3076 (diff)
downloadports-6a48f3a450a5e78d7c46ae02bf6d3d8670de3068.tar.gz
ports-6a48f3a450a5e78d7c46ae02bf6d3d8670de3068.zip
Fix PLIST.
Notes
Notes: svn path=/head/; revision=308907
Diffstat (limited to 'devel/apr1')
-rw-r--r--devel/apr1/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile
index 7c58a52c5aa8..2dbfe298d41e 100644
--- a/devel/apr1/Makefile
+++ b/devel/apr1/Makefile
@@ -3,7 +3,7 @@
PORTNAME= apr
PORTVERSION= ${APR_VERSION}.${APU_VERSION}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR= apr
@@ -155,6 +155,7 @@ APU_CONF_ARGS+= --with-crypto
.endif
.if ${PORT_OPTIONS:MSSL}
+APU_EXTRAS= yes
USE_OPENSSL= yes
PLIST_SUB+= SSL=""
CFLAGS+= -I${OPENSSLINC}
@@ -168,6 +169,7 @@ APU_CONF_ARGS+= --without-openssl
# TODO figure out why nss flag is ignored if ssl is set
# this works on other OS as expected
.if ${PORT_OPTIONS:MNSS}
+APU_EXTRAS= yes
PLIST_SUB+= NSS=""
LIB_DEPENDS+= nss3:${PORTSDIR}/security/nss
CFLAGS+= -I${LOCALBASE}/include/nss