pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/dx Change the CONFIGURE_ENV to use the variab...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7ed37590cdb7
branches: trunk
changeset: 496290:7ed37590cdb7
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sat Jun 25 00:11:31 2005 +0000
description:
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
diffstat:
graphics/dx/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0e7729c9df7c -r 7ed37590cdb7 graphics/dx/Makefile
--- a/graphics/dx/Makefile Fri Jun 24 23:58:17 2005 +0000
+++ b/graphics/dx/Makefile Sat Jun 25 00:11:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2005/06/19 03:10:49 kristerw Exp $
+# $NetBSD: Makefile,v 1.33 2005/06/25 00:11:31 kristerw Exp $
DISTNAME= dx-4.3.2
PKGREVISION= 3
@@ -13,7 +13,7 @@
USE_TOOLS+= gmake lex sh
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-javadx
-CONFIGURE_ENV+= ac_cv_path_bsh_path="${TOOLS_SH}"
+CONFIGURE_ENV+= bsh_path="${TOOLS_SH}"
# Ensure we export symbols in the linked shared object.
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
Home |
Main Index |
Thread Index |
Old Index