diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-22 03:04:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-22 03:04:29 +0000 |
commit | 2f6446ec577d922e669c1c400105c2e803b364a1 (patch) | |
tree | 7b72bff17166b234d23a7efed325d82558cc270d /graphics | |
parent | b767a29bd1654c04bc8c846af80479af9610df09 (diff) | |
download | pkgsrc-2f6446ec577d922e669c1c400105c2e803b364a1.tar.gz |
This package uses lex.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dx/Makefile | 4 |
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} |