diff options
author | novel <novel@FreeBSD.org> | 2006-07-07 01:41:23 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-07-07 01:41:23 +0800 |
commit | 2f7fcd93f5c1a59518fd9b737829ab348c275451 (patch) | |
tree | ff3a94d23bbbe6d5f6bc57039bc747fe94ef2243 /print/cups-base | |
parent | c60cae1e65c11edaaad9dfcc69f4c6703f851c93 (diff) | |
download | freebsd-ports-gnome-2f7fcd93f5c1a59518fd9b737829ab348c275451.tar.gz freebsd-ports-gnome-2f7fcd93f5c1a59518fd9b737829ab348c275451.tar.zst freebsd-ports-gnome-2f7fcd93f5c1a59518fd9b737829ab348c275451.zip |
Chase gnutls shlib version change.
Diffstat (limited to 'print/cups-base')
-rw-r--r-- | print/cups-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 8735898d108c..4f49fd243b0a 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -66,7 +66,7 @@ CONFIGURE_ARGS+= --localstatedir=/var \ .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 .endif .if defined(WITH_PHP) |