diff options
author | tron <tron> | 2001-02-05 09:00:54 +0000 |
---|---|---|
committer | tron <tron> | 2001-02-05 09:00:54 +0000 |
commit | e56ff1425f20cec28b974af1715c1fe77c4b52d5 (patch) | |
tree | 2c1d493d315c86d062bda624e834a3d6f66707c0 /security/pakemon/Makefile | |
parent | cd422e2bea1b142519923c472b40d49fbed756ec (diff) | |
download | pkgsrc-e56ff1425f20cec28b974af1715c1fe77c4b52d5.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/Makefile')
-rw-r--r-- | security/pakemon/Makefile | 4 |
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 |