diff options
-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 |