summaryrefslogtreecommitdiff
path: root/print/gimp-print-lib
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-02-17 21:11:33 +0000
committerjlam <jlam@pkgsrc.org>2002-02-17 21:11:33 +0000
commit35ee5261ceae96078819554f8f7b4f4962edb8ca (patch)
treeea087794e30cabf67959ff1ce2e265284d662257 /print/gimp-print-lib
parent4ff705e08c378aea5a001b6c6354eb575a3e4a3c (diff)
downloadpkgsrc-35ee5261ceae96078819554f8f7b4f4962edb8ca.tar.gz
Explicitly disable a few more bits and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'print/gimp-print-lib')
-rw-r--r--print/gimp-print-lib/Makefile21
1 files changed, 14 insertions, 7 deletions
diff --git a/print/gimp-print-lib/Makefile b/print/gimp-print-lib/Makefile
index 3cae129d1e7..e1c0ee374f4 100644
--- a/print/gimp-print-lib/Makefile
+++ b/print/gimp-print-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/02/15 20:46:27 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2002/02/17 21:11:33 jlam Exp $
#
DISTNAME= gimp-print-4.2.0
@@ -10,11 +10,18 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://gimp-print.sourceforge.net/
COMMENT= drivers for Canon, Epson, Lexmark, and PCL printers
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --without-gimp --without-translated-ppds --without-samples
-CONFIGURE_ARGS+= --enable-escputil=no
-USE_LIBTOOL= yes
-LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-USE_GMAKE= yes
+USE_BUILDLINK_ONLY= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --without-cups
+CONFIGURE_ARGS+= --without-ghost
+CONFIGURE_ARGS+= --without-gimp
+CONFIGURE_ARGS+= --without-readline
+CONFIGURE_ARGS+= --without-translated-ppds
+CONFIGURE_ARGS+= --without-samples
+CONFIGURE_ARGS+= --disable-escputil
.include "../../mk/bsd.pkg.mk"