summaryrefslogtreecommitdiff
path: root/security/pakemon
diff options
context:
space:
mode:
authortron <tron>2001-02-05 09:00:54 +0000
committertron <tron>2001-02-05 09:00:54 +0000
commit732964d7838ca5e8355397759068795660c65368 (patch)
tree2c1d493d315c86d062bda624e834a3d6f66707c0 /security/pakemon
parent81b3c0bc7a64ea4999e6fb86448d93a694ed442b (diff)
downloadpkgsrc-732964d7838ca5e8355397759068795660c65368.tar.gz
Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
Diffstat (limited to 'security/pakemon')
-rw-r--r--security/pakemon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pakemon/Makefile b/security/pakemon/Makefile
index 30a635546dd..8f29e1ab390 100644
--- a/security/pakemon/Makefile
+++ b/security/pakemon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/01/09 06:32:42 itojun Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/05 09:01:03 tron Exp $
DISTNAME= pakemon-0.3.1
CATEGORIES= security
@@ -12,7 +12,7 @@ DEPENDS+= libnet-*:../../devel/libnet
# only at compile-time.
#
BUILD_DEPENDS+= ${LOCALBASE}/lib/libnids.a:../../net/libnids
-BUILD_DEPENDS+= autoreconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf
GNU_CONFIGURE= yes