pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/dync Change the CONFIGURE_ENV to use the variable...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6cd25b916ffa
branches: trunk
changeset: 496294:6cd25b916ffa
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sat Jun 25 01:36:47 2005 +0000
description:
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
diffstat:
misc/dync/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 57be3ea389c5 -r 6cd25b916ffa misc/dync/Makefile
--- a/misc/dync/Makefile Sat Jun 25 01:14:11 2005 +0000
+++ b/misc/dync/Makefile Sat Jun 25 01:36:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/06/23 17:07:47 kristerw Exp $
+# $NetBSD: Makefile,v 1.13 2005/06/25 01:36:47 kristerw Exp $
#
DISTNAME= dync-1.1
@@ -13,7 +13,7 @@
GNU_CONFIGURE= yes
BUILD_TARGET= tst
USE_TOOLS+= file_cmd
-CONFIGURE_ENV+= ac_cv_path_FILE_CMD="${TOOLS_FILE_CMD}"
-CONFIGURE_ENV+= ac_cv_path_LDCONFIG="${TOOLS_LDCONFIG}"
+CONFIGURE_ENV+= FILE_CMD="${TOOLS_FILE_CMD}"
+CONFIGURE_ENV+= LDCONFIG="${TOOLS_LDCONFIG}"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index