pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/dx Prevent paths to the build directories fro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e2f0ed27d16
branches:  trunk
changeset: 495729:4e2f0ed27d16
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Jun 19 03:10:49 2005 +0000

description:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.

diffstat:

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

diffs (25 lines):

diff -r c72d92767157 -r 4e2f0ed27d16 graphics/dx/Makefile
--- a/graphics/dx/Makefile      Sun Jun 19 02:59:41 2005 +0000
+++ b/graphics/dx/Makefile      Sun Jun 19 03:10:49 2005 +0000
@@ -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 @@
 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}



Home | Main Index | Thread Index | Old Index