diff options
author | kim <kim@pkgsrc.org> | 1998-10-11 21:17:01 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1998-10-11 21:17:01 +0000 |
commit | 4d11584704a260958febea4716e9c3135fc1797d (patch) | |
tree | 688fd55c5ec901a85da63b54bc020cfe86384825 /net/ntop | |
parent | 2adb9afcd5c4602e9c65c15c45e8600c2bb9e7de (diff) | |
download | pkgsrc-4d11584704a260958febea4716e9c3135fc1797d.tar.gz |
We need autoconf only while building.
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index c8cd25f0ce8..01cc7b03787 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/10/11 20:27:03 kim Exp $ +# $NetBSD: Makefile,v 1.5 1998/10/11 21:17:01 kim Exp $ DISTNAME= ntop-1.0 CATEGORIES= net @@ -7,7 +7,7 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= kim@tac.nyc.ny.us -DEPENDS+= autoconf-2.12:../../devel/autoconf +BUILD_DEPENDS+= autoconf:../../devel/autoconf DEPENDS+= ncurses-1.9.9g:../../devel/ncurses HOMEPAGE= http://www-serra.unipi.it/~ntop/ |