summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authordrochner <drochner>2009-02-04 21:44:38 +0000
committerdrochner <drochner>2009-02-04 21:44:38 +0000
commitb2b54bdc5cc3933b14fe24ab6a13859789476571 (patch)
treea3b73c076a433348f1f6c5b066aae2e8a3bf3c04 /print
parentc7362a956d4087685e418c720a9bc85d5174aa1c (diff)
downloadpkgsrc-b2b54bdc5cc3933b14fe24ab6a13859789476571.tar.gz
update the way "cups" is disabled, otherwise a system cups is picked
up at least on Solaris, as reported by Daniel Vergien, this pkg needs more work for python25 but let's fix this litte problem first
Diffstat (limited to 'print')
-rw-r--r--print/scribus/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile
index cbbef3eaa99..ecb81e2fbc5 100644
--- a/print/scribus/Makefile
+++ b/print/scribus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2008/10/09 10:33:40 adam Exp $
+# $NetBSD: Makefile,v 1.56 2009/02/04 21:44:38 drochner Exp $
DISTNAME= scribus-1.3.3.12
CATEGORIES= print
@@ -26,8 +26,8 @@ CONFIGURE_ARGS+= --with-qt-dir=${QTDIR}
# stupid assumptions in the configure script
PYTHON_VERSIONS_ACCEPTED= 25 24
CONFIGURE_ARGS+= --with-pythondir=${PREFIX}
-# avoid CUPS libs to be pulled in
-CONFIGURE_ENV+= ac_cv_prog_hacups=no
+# XXX make an option
+CONFIGURE_ARGS+= --disable-cups
.include "../../graphics/cairo/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"