summaryrefslogtreecommitdiff
path: root/print/scribus
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-02-04 21:44:38 +0000
committerdrochner <drochner@pkgsrc.org>2009-02-04 21:44:38 +0000
commitd98e42be1c10697a9414fae7d595974d4a0aa0f6 (patch)
treea3b73c076a433348f1f6c5b066aae2e8a3bf3c04 /print/scribus
parenta9d6621e9de58d178f74d164033c8e39caa99968 (diff)
downloadpkgsrc-d98e42be1c10697a9414fae7d595974d4a0aa0f6.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/scribus')
-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"