diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-13 15:42:04 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-13 15:42:04 +0000 |
commit | 5cfb4ecaaba141697eaf23b23f36f9263675956e (patch) | |
tree | a3dedea5820622c89a16025a833a49c97def015e /print | |
parent | 50e07b66577068bd7210467399aaf6d123b18e77 (diff) | |
download | pkgsrc-5cfb4ecaaba141697eaf23b23f36f9263675956e.tar.gz |
pdftops is a C++ application.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/Makefile | 3 |
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 |