diff options
author | kim <kim> | 1998-10-11 21:17:01 +0000 |
---|---|---|
committer | kim <kim> | 1998-10-11 21:17:01 +0000 |
commit | 5c38f3a1c9947e448c97ffaf827d22281e270dc6 (patch) | |
tree | 688fd55c5ec901a85da63b54bc020cfe86384825 /net/ntop | |
parent | 0edf3bda2ec07e3e207028e122ca77a132f1b045 (diff) | |
download | pkgsrc-5c38f3a1c9947e448c97ffaf827d22281e270dc6.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/ |