summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-01-27 08:50:24 +0000
committersbd <sbd@pkgsrc.org>2012-01-27 08:50:24 +0000
commitf6381b0cad3e86d41f35fa4193b011dd6d2fc553 (patch)
treecc95dd651c4cc94d064b1f42a5b66a695ed1743d /print/cups
parentbb3897a9972e63046f150ac087e2f084fdcab8a3 (diff)
downloadpkgsrc-f6381b0cad3e86d41f35fa4193b011dd6d2fc553.tar.gz
Disable automatic ldap detection. (Noted in PR/45824)
Bump PKGREVISION
Diffstat (limited to 'print/cups')
-rw-r--r--print/cups/Makefile4
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}