diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2008-03-03 11:57:08 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2008-03-03 11:57:08 +0000 |
commit | c9536f39b314cc055496892d6f9598434770c4b3 (patch) | |
tree | 7a7761c4465ce6894fc0b4bd8cb65f84b82a46a3 /print | |
parent | 4585b4adc053c2df42c76e150ac9354191402282 (diff) | |
download | ports-c9536f39b314cc055496892d6f9598434770c4b3.tar.gz ports-c9536f39b314cc055496892d6f9598434770c4b3.zip |
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
Notes
Notes:
svn path=/head/; revision=208375
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 3f03acee6261..071f7b979a4f 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -7,6 +7,7 @@ PORTNAME= cups PORTVERSION= 1.3.6 +PORTREVISION= 1 DISTVERSIONSUFFIX= -source CATEGORIES= print MASTER_SITES= EASYSW/${PORTNAME}/${DISTVERSION} @@ -71,7 +72,7 @@ PLIST_SUB+= OVERWRITE="@comment " .if !defined(WITHOUT_GNUTLS) CONFIGURE_ARGS+= --enable-gnutls --disable-openssl -LIB_DEPENDS+= gnutls-openssl.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls-openssl.26:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --disable-gnutls --enable-openssl .include "${PORTSDIR}/Mk/bsd.openssl.mk" |