diff options
Diffstat (limited to 'print/cups-base/Makefile')
-rw-r--r-- | print/cups-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 1e3552b1aedb..2610d198b976 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -7,7 +7,7 @@ PORTNAME= cups PORTVERSION= 1.2.11 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -source CATEGORIES= print MASTER_SITES= EASYSW/${PORTNAME}/${DISTVERSION} @@ -68,7 +68,7 @@ PLIST_SUB+= OVERWRITE="@comment " .if !defined(WITHOUT_GNUTLS) CONFIGURE_ARGS+= --enable-gnutls --disable-openssl -LIB_DEPENDS+= gnutls-openssl.15:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls-openssl.13:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --disable-gnutls --enable-openssl .include "${PORTSDIR}/Mk/bsd.openssl.mk" |