From e625894d32105b2d9941619aecdb2e7254efde27 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 17 Feb 2002 21:11:33 +0000 Subject: Explicitly disable a few more bits and mark as USE_BUILDLINK_ONLY. --- print/gimp-print-lib/Makefile | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'print/gimp-print-lib') 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" -- cgit v1.2.3