diff options
author | kristerw <kristerw> | 2005-06-19 03:10:49 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2005-06-19 03:10:49 +0000 |
commit | 4b69429660e08e25e6620d680108cc9361beb425 (patch) | |
tree | 94917532a395740a7007a84ce1a9698bed5bdec8 /graphics/dx/Makefile | |
parent | 3a961f7e64515422d5b9daa7dab1d376d6f0943c (diff) | |
download | pkgsrc-4b69429660e08e25e6620d680108cc9361beb425.tar.gz |
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'graphics/dx/Makefile')
-rw-r--r-- | graphics/dx/Makefile | 7 |
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} |