diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-04 10:07:59 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-04 10:07:59 +0000 |
commit | 60d6564a4770d06f99d0d463a8b38d4bc2e54abb (patch) | |
tree | 5e11373b4e9a8be29540cd62eca872966dbcc2bf /www/dillo2 | |
parent | c858b6ec88253945eafc97bcdcae0a7fb3394c2f (diff) | |
download | ports-60d6564a4770d06f99d0d463a8b38d4bc2e54abb.tar.gz ports-60d6564a4770d06f99d0d463a8b38d4bc2e54abb.zip |
Notes
Diffstat (limited to 'www/dillo2')
-rw-r--r-- | www/dillo2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/dillo2/Makefile b/www/dillo2/Makefile index a868accbba36..0a153f4de402 100644 --- a/www/dillo2/Makefile +++ b/www/dillo2/Makefile @@ -38,7 +38,7 @@ OPTIONS= COOKIES "Enable cookies" On \ SSL "Enable (experimental) https support" On \ THREADED_DNS "Enable re-entrant resolver library" On -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .ifdef(WITH_COOKIES) CONFIGURE_ARGS+= --enable-cookies @@ -60,7 +60,7 @@ CONFIGURE_ARGS+= --disable-ipv6 .ifdef(WITH_SSL) CONFIGURE_ARGS+= --enable-ssl -.include "${PORTSDIR}/Mk/bsd.openssl.mk" +USE_OPENSSL= yes .else CONFIGURE_ARGS+= --disable-ssl .endif @@ -94,4 +94,4 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/doc/* ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |