summaryrefslogtreecommitdiff
path: root/net/ntop
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-01-15 18:46:22 +0000
committerjlam <jlam@pkgsrc.org>2000-01-15 18:46:22 +0000
commit24ef86f8700ca8c58655404f4725425326dd8b9a (patch)
treec6a93602074e7aa963f2e7e309c2647a417b3145 /net/ntop
parentc5d40ff7ecb7e80efb9e81623cf30048c1add72f (diff)
downloadpkgsrc-24ef86f8700ca8c58655404f4725425326dd8b9a.tar.gz
Update dependency on ncurses to >=4.2
Diffstat (limited to 'net/ntop')
-rw-r--r--net/ntop/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index eb49a4d9177..668c02457ca 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1999/07/06 08:06:29 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2000/01/15 18:46:32 jlam Exp $
DISTNAME= ntop-1.0
CATEGORIES= net
@@ -8,8 +8,8 @@ EXTRACT_SUFX= .src.tar.gz
MAINTAINER= kim@tac.nyc.ny.us
HOMEPAGE= http://www-serra.unipi.it/~ntop/
-BUILD_DEPENDS+= autoconf:../../devel/autoconf
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
HAS_CONFIGURE= yes
GNU_CONFIGURE= yes
@@ -19,6 +19,6 @@ LDFLAGS+= -L${LOCALBASE}/lib # for -lncurses
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
pre-configure:
- ( cd ${WRKSRC}; autoconf )
+ cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf
.include "../../mk/bsd.pkg.mk"