Date: Fri, 14 Dec 2012 15:06:10 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308907 - head/devel/apr1 Message-ID: <201212141506.qBEF6ApC083421@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Fri Dec 14 15:06:09 2012 New Revision: 308907 URL: http://svnweb.freebsd.org/changeset/ports/308907 Log: Fix PLIST. Modified: head/devel/apr1/Makefile Modified: head/devel/apr1/Makefile ============================================================================== --- head/devel/apr1/Makefile Fri Dec 14 14:38:15 2012 (r308906) +++ head/devel/apr1/Makefile Fri Dec 14 15:06:09 2012 (r308907) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212141506.qBEF6ApC083421>