pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/cups Move pkg-config from default USE_TOOLS in t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/da850ef9abc6
branches: trunk
changeset: 575940:da850ef9abc6
user: sbd <sbd%pkgsrc.org@localhost>
date: Wed May 26 09:18:48 2010 +0000
description:
Move pkg-config from default USE_TOOLS in to the dbus section of options.mk
so its only added when needed.
diffstat:
print/cups/Makefile | 4 ++--
print/cups/options.mk | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r d8126b3819d7 -r da850ef9abc6 print/cups/Makefile
--- a/print/cups/Makefile Wed May 26 08:32:09 2010 +0000
+++ b/print/cups/Makefile Wed May 26 09:18:48 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.161 2010/05/25 11:23:46 sbd Exp $
+# $NetBSD: Makefile,v 1.162 2010/05/26 09:18:48 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:
@@ -31,7 +31,7 @@
UNLIMIT_RESOURCES= datasize memorysize
USE_LANGUAGES= c c++ # pdftops is a C++ application
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= aclocal autoconf automake gmake pkg-config
+USE_TOOLS+= aclocal autoconf automake gmake
USE_LIBTOOL= yes
INSTALL_TARGET= installcups
# patch-a[jkl] were added for 2.60
diff -r d8126b3819d7 -r da850ef9abc6 print/cups/options.mk
--- a/print/cups/options.mk Wed May 26 08:32:09 2010 +0000
+++ b/print/cups/options.mk Wed May 26 09:18:48 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2010/05/21 10:05:20 sbd Exp $
+# $NetBSD: options.mk,v 1.9 2010/05/26 09:18:48 sbd Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.cups
PKG_OPTIONS_REQUIRED_GROUPS= pdftops
@@ -17,6 +17,7 @@
PLIST_VARS+= dbus
.if !empty(PKG_OPTIONS:Mdbus)
+USE_TOOLS+= pkg-config
. include "../../sysutils/dbus/buildlink3.mk"
CONFIGURE_ARGS+= --enable-dbus
PLIST.dbus= yes
Home |
Main Index |
Thread Index |
Old Index