diff options
author | reed <reed@pkgsrc.org> | 2004-03-11 20:45:16 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-03-11 20:45:16 +0000 |
commit | d2109c1f71aef91665d31375ccdc3ec97394447c (patch) | |
tree | d4fbe93e421df35441b99d85e10784cb296ab476 /print/gimp-print-lib | |
parent | aaeb4475ce28388e0c88a7909d5332b7fe60feb6 (diff) | |
download | pkgsrc-d2109c1f71aef91665d31375ccdc3ec97394447c.tar.gz |
Add lex to USE_GNU_TOOLS instead of checking for existence and
using BUILD_DEPENDS.
Diffstat (limited to 'print/gimp-print-lib')
-rw-r--r-- | print/gimp-print-lib/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/print/gimp-print-lib/Makefile b/print/gimp-print-lib/Makefile index e74a4264ebd..0b28d526afe 100644 --- a/print/gimp-print-lib/Makefile +++ b/print/gimp-print-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/03/02 14:56:07 drochner Exp $ +# $NetBSD: Makefile,v 1.22 2004/03/11 20:45:16 reed Exp $ # DISTNAME= gimp-print-4.2.6 @@ -10,13 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://gimp-print.sourceforge.net/ COMMENT= Drivers for Canon, Epson, Lexmark, and PCL printers -.if !exists(/usr/bin/flex) && !exists(/usr/bin/lex) -BUILD_DEPENDS+= flex-[0-9]*:../../devel/flex -LEX= ${LOCALBASE}/bin/flex -.endif - USE_BUILDLINK2= yes -USE_GNU_TOOLS+= make +USE_GNU_TOOLS+= make lex USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes INFO_FILES= gimpprint.info |