pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/dx This package uses lex.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd8fc167e6c7
branches:  trunk
changeset: 494264:cd8fc167e6c7
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun May 22 03:04:29 2005 +0000

description:
This package uses lex.

diffstat:

 graphics/dx/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 12cf3200777d -r cd8fc167e6c7 graphics/dx/Makefile
--- a/graphics/dx/Makefile      Sun May 22 02:45:58 2005 +0000
+++ b/graphics/dx/Makefile      Sun May 22 03:04:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2005/04/11 21:46:02 tv Exp $
+# $NetBSD: Makefile,v 1.30 2005/05/22 03:04:29 jlam Exp $
 
 DISTNAME=      dx-4.3.2
 PKGREVISION=   2
@@ -11,9 +11,9 @@
 
 USE_X11BASE=           yes
 USE_GNU_TOOLS+=                make
+USE_TOOLS+=            lex
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --without-javadx
-CONFIGURE_ENV+=                LEX="flex -l"
 
 # Ensure we export symbols in the linked shared object.
 LDFLAGS+=              ${EXPORT_SYMBOLS_LDFLAGS}



Home | Main Index | Thread Index | Old Index