From 8d7624ca7f4c1b1d00946c111e6ae7addea11dfb Mon Sep 17 00:00:00 2001 From: reed Date: Thu, 11 Mar 2004 20:45:16 +0000 Subject: Add lex to USE_GNU_TOOLS instead of checking for existence and using BUILD_DEPENDS. --- print/gimp-print-lib/Makefile | 9 ++------- 1 file 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 -- cgit v1.2.3