summaryrefslogtreecommitdiff
path: root/print/pdflib-lite
diff options
context:
space:
mode:
authorgdt <gdt>2012-06-04 17:00:14 +0000
committergdt <gdt>2012-06-04 17:00:14 +0000
commitde6d28ea6338d17fe54a5719909bae54acd5b948 (patch)
tree331e2c69a581d0c2fab5d73157a2ef3d3d93b6c4 /print/pdflib-lite
parentd2d614882644b500e3e61b7e8ff907edf4c803e3 (diff)
downloadpkgsrc-de6d28ea6338d17fe54a5719909bae54acd5b948.tar.gz
Force language bindings to off.
They already weren't bl3'd in, so this is to ensure they aren't accidentally picked up (as happens on Mac OS X). It remains to optionize them or (better) make split packages. From Edgar Fuß on tech-pkg@.
Diffstat (limited to 'print/pdflib-lite')
-rw-r--r--print/pdflib-lite/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/print/pdflib-lite/Makefile b/print/pdflib-lite/Makefile
index 4aa9ae94209..5bd3264501f 100644
--- a/print/pdflib-lite/Makefile
+++ b/print/pdflib-lite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2011/02/08 11:25:58 adam Exp $
+# $NetBSD: Makefile,v 1.6 2012/06/04 17:00:14 gdt Exp $
DISTNAME= PDFlib-Lite-7.0.5
PKGNAME= pdflib-lite-7.0.5
@@ -16,6 +16,10 @@ CONFLICTS+= pdflib-[0-9]*
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-java=no
+CONFIGURE_ARGS+= --with-perl=no
+CONFIGURE_ARGS+= --with-py=no
+CONFIGURE_ARGS+= --with-ruby=no
CONFIGURE_ARGS+= --with-tcl=no
DOCDIR= ${PREFIX}/share/doc/pdflib