diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-09-19 23:34:24 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-09-19 23:34:24 +0800 |
commit | 168bb064ac63ffbd2a99daff39fac852986cbadf (patch) | |
tree | d096ebcf1b55596ee51d901918472b9d9d68d244 /print/cups-base | |
parent | 42ea7096d78121d712160ea004de362184cd2d77 (diff) | |
download | freebsd-ports-gnome-168bb064ac63ffbd2a99daff39fac852986cbadf.tar.gz freebsd-ports-gnome-168bb064ac63ffbd2a99daff39fac852986cbadf.tar.zst freebsd-ports-gnome-168bb064ac63ffbd2a99daff39fac852986cbadf.zip |
- use WITH_OPENSSL_HACK7
Diffstat (limited to 'print/cups-base')
-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 |