pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/gimp-print-lib Add lex to USE_GNU_TOOLS instead ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c70b73da19fe
branches: trunk
changeset: 470758:c70b73da19fe
user: reed <reed%pkgsrc.org@localhost>
date: Thu Mar 11 20:45:16 2004 +0000
description:
Add lex to USE_GNU_TOOLS instead of checking for existence and
using BUILD_DEPENDS.
diffstat:
print/gimp-print-lib/Makefile | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diffs (24 lines):
diff -r 6ead578f20f5 -r c70b73da19fe print/gimp-print-lib/Makefile
--- a/print/gimp-print-lib/Makefile Thu Mar 11 20:43:49 2004 +0000
+++ b/print/gimp-print-lib/Makefile Thu Mar 11 20:45:16 2004 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index