diff options
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 |