1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Fix PLIST.

This commit is contained in:
Alex Dupre 2012-12-14 15:06:09 +00:00
parent a9bb4c65f8
commit 6a48f3a450
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308907

View File

@ -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