summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/dync/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/dync/Makefile b/misc/dync/Makefile
index 9fb1fbd63d5..792e12b274e 100644
--- a/misc/dync/Makefile
+++ b/misc/dync/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2005/04/30 08:54:59 agc Exp $
+# $NetBSD: Makefile,v 1.12 2005/06/23 17:07:47 kristerw Exp $
#
DISTNAME= dync-1.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= misc
MASTER_SITES= http://www.alistaircrooks.co.uk/src/
@@ -12,5 +12,8 @@ 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}"
.include "../../mk/bsd.pkg.mk"