diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-01-09 16:34:19 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-01-09 16:34:19 +0000 |
commit | 17b54d4ed8d6bf7e33d4cb403c8b373caf2b75dc (patch) | |
tree | 4c12496cc051dfc76a8f0957842dbd95e6dfcf7a /print/cups | |
parent | 327db67bb5280ea900fb477040f0134980a1fbc9 (diff) | |
download | ports-17b54d4ed8d6bf7e33d4cb403c8b373caf2b75dc.tar.gz ports-17b54d4ed8d6bf7e33d4cb403c8b373caf2b75dc.zip |
Notes
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups/Makefile.common b/print/cups/Makefile.common index 52797a228bb8..31db67605dc1 100644 --- a/print/cups/Makefile.common +++ b/print/cups/Makefile.common @@ -12,7 +12,7 @@ CUPS_MASTER_SITES=\ CUPS_VERSION= 1.1.23 CUPS_REVISION= 0 CUPS_PORTVER= ${CUPS_VERSION}.${CUPS_REVISION} -CUPS_PORTREV= 0 +CUPS_PORTREV= 1 CUPS_PORTEPOCH= 0 CUPS_FILESDIR= ${.CURDIR}/../../print/cups/files CUPS_ETCDIR= ${PREFIX}/etc/cups @@ -79,7 +79,7 @@ CONFIGURE_ARGS+= --localstatedir=/var \ .if !defined(WITHOUT_GNUTLS) CONFIGURE_ARGS+= --enable-gnutls --disable-openssl -LIB_DEPENDS+= gnutls-openssl.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls-openssl.15:${PORTSDIR}/security/gnutls .endif CONFIGURE_ARGS+= CPPFLAGS="-I.. -I${LOCALBASE}/include" |