diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-25 01:36:47 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-25 01:36:47 +0000 |
commit | eed2a138b5dfa493d46f9077f1345188a7fdcf02 (patch) | |
tree | 962c7b2667a0c30c26a19d41e745227c97a48576 /misc/dync | |
parent | 59f3b7f0a6fa46f6de500290637e34eea7d54edc (diff) | |
download | pkgsrc-eed2a138b5dfa493d46f9077f1345188a7fdcf02.tar.gz |
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
Diffstat (limited to 'misc/dync')
-rw-r--r-- | misc/dync/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/dync/Makefile b/misc/dync/Makefile index 792e12b274e..5ab955ddfb4 100644 --- a/misc/dync/Makefile +++ b/misc/dync/Makefile @@ -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 @@ COMMENT= awk-like utility with C as language 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" |