diff options
author | gdt <gdt@pkgsrc.org> | 2012-06-04 17:00:14 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-06-04 17:00:14 +0000 |
commit | c7984dddc385cefbbe8323ee02c613de953dffd4 (patch) | |
tree | 331e2c69a581d0c2fab5d73157a2ef3d3d93b6c4 /print | |
parent | b6b14532ee09b52a88866708b5029cf08e8ee48a (diff) | |
download | pkgsrc-c7984dddc385cefbbe8323ee02c613de953dffd4.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')
-rw-r--r-- | print/pdflib-lite/Makefile | 6 |
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 |