diff options
author | sbd <sbd@pkgsrc.org> | 2010-05-25 11:23:46 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2010-05-25 11:23:46 +0000 |
commit | 0662512c50ff4cc86d9d283e45c80d5216dcd20e (patch) | |
tree | 7293906d6b7b1a619449abd6ec7c129c76edb801 /print/cups | |
parent | 26a0e825bd7ae683f312e422eebe76a4f5642717 (diff) | |
download | pkgsrc-0662512c50ff4cc86d9d283e45c80d5216dcd20e.tar.gz |
Add pkg-config (needed for dbus support) to USE_TOOLS
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 52ba6fd957e..052f44a394f 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.160 2010/05/24 03:37:59 sbd Exp $ +# $NetBSD: Makefile,v 1.161 2010/05/25 11:23:46 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 @@ WRKSRC= ${WRKDIR}/cups-${BASE_VERS} UNLIMIT_RESOURCES= datasize memorysize USE_LANGUAGES= c c++ # pdftops is a C++ application USE_PKGLOCALEDIR= yes -USE_TOOLS+= aclocal autoconf automake gmake +USE_TOOLS+= aclocal autoconf automake gmake pkg-config USE_LIBTOOL= yes INSTALL_TARGET= installcups # patch-a[jkl] were added for 2.60 |