pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/scribus update the way "cups" is disabled, other...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ee901e55359
branches:  trunk
changeset: 553958:0ee901e55359
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Feb 04 21:44:38 2009 +0000

description:
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:

 print/scribus/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r f025ea868fdc -r 0ee901e55359 print/scribus/Makefile
--- a/print/scribus/Makefile    Wed Feb 04 21:30:53 2009 +0000
+++ b/print/scribus/Makefile    Wed Feb 04 21:44:38 2009 +0000
@@ -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 @@
 # 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"



Home | Main Index | Thread Index | Old Index