pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/xfce4-print If we are not using cups then explic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9b952fcaff1
branches:  trunk
changeset: 494008:a9b952fcaff1
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed May 18 12:16:53 2005 +0000

description:
If we are not using cups then explicitly disable cups support so we do not
pick up up by accident (and fail to build)

diffstat:

 print/xfce4-print/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 03fe848d72a6 -r a9b952fcaff1 print/xfce4-print/Makefile
--- a/print/xfce4-print/Makefile        Wed May 18 11:58:39 2005 +0000
+++ b/print/xfce4-print/Makefile        Wed May 18 12:16:53 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/03/31 18:12:29 drochner Exp $
+# $NetBSD: Makefile,v 1.11 2005/05/18 12:16:53 abs Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
@@ -13,6 +13,8 @@
 
 .if defined(USE_CUPS)
 .include "../../print/cups/buildlink3.mk"
+.else
+CONFIGURE_ARGS+=       --disable-cups
 .endif
 
 .include "../../x11/xfce4-mcs-plugins/buildlink3.mk"



Home | Main Index | Thread Index | Old Index