aboutsummaryrefslogtreecommitdiffstats
path: root/print/cups-base
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2007-07-01 16:56:16 +0800
committernovel <novel@FreeBSD.org>2007-07-01 16:56:16 +0800
commitbee0ac58b31b49d4999c27a48b677263a9a1328d (patch)
tree1dc1a18dcb267cb449853409ce4cb453a6b0ab1c /print/cups-base
parent3527296cf62e327247a65f5ae2959835705b3d5d (diff)
downloadfreebsd-ports-gnome-bee0ac58b31b49d4999c27a48b677263a9a1328d.tar.gz
freebsd-ports-gnome-bee0ac58b31b49d4999c27a48b677263a9a1328d.tar.zst
freebsd-ports-gnome-bee0ac58b31b49d4999c27a48b677263a9a1328d.zip
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
Diffstat (limited to 'print/cups-base')
-rw-r--r--print/cups-base/Makefile4
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"