diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-09-19 15:34:24 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-09-19 15:34:24 +0000 |
commit | 4380a89fa6804fb533380ded016db07a52d0c67c (patch) | |
tree | d096ebcf1b55596ee51d901918472b9d9d68d244 | |
parent | f57f2df801179d3c7ae1225aed35d593b8185795 (diff) | |
download | ports-4380a89fa6804fb533380ded016db07a52d0c67c.tar.gz ports-4380a89fa6804fb533380ded016db07a52d0c67c.zip |
Notes
-rw-r--r-- | print/cups-base/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index d4b865490d73..9915806aa2d5 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -82,11 +82,6 @@ XDG_OPEN= Build with XDG_OPEN as browser .include <bsd.port.options.mk> -.if ${OSVERSION} < 800000 -# the openssl in base of FreeBSD 7.x is too old -WITH_OPENSSL_PORT?= yes -.endif - .if defined(CUPS_CLIENT) COMMENT2= Library cups INSTALL_WRKSRC= ${WRKSRC}/cups @@ -138,6 +133,7 @@ LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls USE_PKGCONFIG= yes .else CONFIGURE_ARGS+= --disable-gnutls --enable-openssl +WITH_OPENSSL_HACK7= yes .include "${PORTSDIR}/Mk/bsd.openssl.mk" .endif |