summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2007-07-01 08:56:16 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2007-07-01 08:56:16 +0000
commit95eecf16e69745980390ef202f67ec4d0e09f051 (patch)
treec85134f7d4e51bcd8a8619a9bb6e48e31f8c4a19 /print
parent- Update to 1.6.3 (diff)
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
Notes
Notes: svn path=/head/; revision=194564
Diffstat (limited to 'print')
-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"