aboutsummaryrefslogtreecommitdiffstats
path: root/print/cups-base
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2012-09-19 23:34:24 +0800
committerdinoex <dinoex@FreeBSD.org>2012-09-19 23:34:24 +0800
commit168bb064ac63ffbd2a99daff39fac852986cbadf (patch)
treed096ebcf1b55596ee51d901918472b9d9d68d244 /print/cups-base
parent42ea7096d78121d712160ea004de362184cd2d77 (diff)
downloadfreebsd-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/Makefile6
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