summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-22 03:04:29 +0000
committerjlam <jlam>2005-05-22 03:04:29 +0000
commite456d9bced91771549ba59f2a404d864705c6123 (patch)
tree7b72bff17166b234d23a7efed325d82558cc270d /graphics
parent533c93e9f4be2a54221bbe29cbb4afa6f6188202 (diff)
downloadpkgsrc-e456d9bced91771549ba59f2a404d864705c6123.tar.gz
This package uses lex.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/dx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/dx/Makefile b/graphics/dx/Makefile
index 1f375e3c71d..cbd823f5df5 100644
--- a/graphics/dx/Makefile
+++ b/graphics/dx/Makefile
@@ -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 @@ COMMENT= Open Visualization Data Explorer
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}