diff options
author | sbd <sbd> | 2012-01-27 08:50:24 +0000 |
---|---|---|
committer | sbd <sbd> | 2012-01-27 08:50:24 +0000 |
commit | d90c910e790b58e29d9e46caa246e84fd609b975 (patch) | |
tree | cc95dd651c4cc94d064b1f42a5b66a695ed1743d /print/cups | |
parent | ebf4e4f8a3cd1e2048982a271e57d3544d076ff7 (diff) | |
download | pkgsrc-d90c910e790b58e29d9e46caa246e84fd609b975.tar.gz |
Disable automatic ldap detection. (Noted in PR/45824)
Bump PKGREVISION
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index e7f6c751844..ca259cd0710 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.186 2011/12/02 14:14:58 hans Exp $ +# $NetBSD: Makefile,v 1.187 2012/01/27 08:50:24 sbd Exp $ # # The CUPS author is very good about taking back changes into the main # CUPS distribution. The correct place to send patches or bug-fixes is: @@ -8,6 +8,7 @@ DISTNAME= cups-${DIST_VERS}-source PKGNAME= cups-${DIST_VERS:S/-/./g} BASE_VERS= 1.5.0 DIST_VERS= ${BASE_VERS} +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= http://ftp.easysw.com/pub/cups/${BASE_VERS}/ \ @@ -63,6 +64,7 @@ CONFIGURE_ARGS+= --without-python CONFIGURE_ARGS+= --without-java CONFIGURE_ARGS+= --disable-gssapi CONFIGURE_ARGS+= --disable-gnutls +CONFIGURE_ARGS+= --disable-ldap CONFIGURE_ENV+= DSOFLAGS=${LDFLAGS:M*:Q} |