summaryrefslogtreecommitdiff
path: root/graphics/dx
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-06-19 03:10:49 +0000
committerkristerw <kristerw@pkgsrc.org>2005-06-19 03:10:49 +0000
commit2d83342263d3155dcc1a09504b4d722b4c7d75a8 (patch)
tree94917532a395740a7007a84ce1a9698bed5bdec8 /graphics/dx
parent13fa54f5c7577bad90fb7fbe55dc67a0cfecefd7 (diff)
downloadpkgsrc-2d83342263d3155dcc1a09504b4d722b4c7d75a8.tar.gz
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'graphics/dx')
-rw-r--r--graphics/dx/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/dx/Makefile b/graphics/dx/Makefile
index 6a4a6558e91..79ac1cbc83c 100644
--- a/graphics/dx/Makefile
+++ b/graphics/dx/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2005/05/22 20:08:04 jlam Exp $
+# $NetBSD: Makefile,v 1.32 2005/06/19 03:10:49 kristerw Exp $
DISTNAME= dx-4.3.2
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://opendx.npaci.edu/source/
@@ -10,9 +10,10 @@ HOMEPAGE= http://www.opendx.org/
COMMENT= Open Visualization Data Explorer
USE_X11BASE= yes
-USE_TOOLS+= gmake lex
+USE_TOOLS+= gmake lex sh
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-javadx
+CONFIGURE_ENV+= ac_cv_path_bsh_path="${TOOLS_SH}"
# Ensure we export symbols in the linked shared object.
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}