summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-13 15:42:04 +0000
committerjlam <jlam>2004-02-13 15:42:04 +0000
commit25002cbe04d31d665b2739c9b857a1009d120bf2 (patch)
treea3dedea5820622c89a16025a833a49c97def015e /print/cups
parentffaf3c84ffb1a543540063967317a5fb23c4e51b (diff)
downloadpkgsrc-25002cbe04d31d665b2739c9b857a1009d120bf2.tar.gz
pdftops is a C++ application.
Diffstat (limited to 'print/cups')
-rw-r--r--print/cups/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile
index a5005a17892..a4d30770c0f 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2004/02/08 03:00:29 jlam Exp $
+# $NetBSD: Makefile,v 1.74 2004/02/13 15:42:04 jlam 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:
@@ -29,6 +29,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}/cups-${BASE_VERS}
UNLIMIT_RESOURCES= datasize memorysize
+USE_LANGUAGES= c c++ # pdftops is a C++ application
USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes