diff options
author | veego <veego@pkgsrc.org> | 2002-08-02 14:42:28 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2002-08-02 14:42:28 +0000 |
commit | f119a68f2bea63b019328be12f77e33da1609e7a (patch) | |
tree | 03ee90054c7a429531a181e0cf76ad9d8616d8b0 /net/ntop2 | |
parent | f855ba78423ff2f3b58c715b7c2c95e358b80dde (diff) | |
download | pkgsrc-f119a68f2bea63b019328be12f77e33da1609e7a.tar.gz |
ntop2 really wants a gnu libreadline so add USE_GNU_READLINE.
Diffstat (limited to 'net/ntop2')
-rw-r--r-- | net/ntop2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ntop2/Makefile b/net/ntop2/Makefile index dc58c97b350..cdd7de94c73 100644 --- a/net/ntop2/Makefile +++ b/net/ntop2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/08/01 05:48:19 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/08/02 14:42:28 veego Exp $ DISTNAME= ntop-2.1 PKGNAME= ntop2-2.1 @@ -15,6 +15,7 @@ WRKSRC= ${WRKDIR}/ntop USE_GMAKE= yes GNU_CONFIGURE= yes +USE_GNU_READLINE= yes # --enable-micro-ntop causes compile to fail CONFIGURE_ARGS+= --disable-mysql USE_LIBTOOL= yes |