diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-07-08 21:09:36 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-07-08 21:09:36 +0000 |
commit | 41530b67f501f1fc33151c6d21802362fe537b19 (patch) | |
tree | 6ef52d210576464f1aa3aa3f3de3e048684dbe61 /misc/dync | |
parent | 0650e01d5a406661948df0ae1eca5928f71ed349 (diff) | |
download | pkgsrc-41530b67f501f1fc33151c6d21802362fe537b19.tar.gz |
Prevent a reference to build directories on machines that do
not need ldconfig.
Diffstat (limited to 'misc/dync')
-rw-r--r-- | misc/dync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/dync/Makefile b/misc/dync/Makefile index 5ab955ddfb4..34cfd016792 100644 --- a/misc/dync/Makefile +++ b/misc/dync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/06/25 01:36:47 kristerw Exp $ +# $NetBSD: Makefile,v 1.14 2005/07/08 21:09:36 kristerw Exp $ # DISTNAME= dync-1.1 @@ -14,6 +14,6 @@ GNU_CONFIGURE= yes BUILD_TARGET= tst USE_TOOLS+= file_cmd CONFIGURE_ENV+= FILE_CMD="${TOOLS_FILE_CMD}" -CONFIGURE_ENV+= LDCONFIG="${TOOLS_LDCONFIG}" +CONFIGURE_ENV+= ac_cv_path_LDCONFIG="${TOOLS_LDCONFIG}" .include "../../mk/bsd.pkg.mk" |