diff options
author | veego <veego> | 2002-08-02 14:42:28 +0000 |
---|---|---|
committer | veego <veego> | 2002-08-02 14:42:28 +0000 |
commit | 61d421cfeaab3a0691fb827f9677248ceddcfe0f (patch) | |
tree | 03ee90054c7a429531a181e0cf76ad9d8616d8b0 /net | |
parent | b3a59a30b657bc5937cd9e681dccdff5fa793955 (diff) | |
download | pkgsrc-61d421cfeaab3a0691fb827f9677248ceddcfe0f.tar.gz |
ntop2 really wants a gnu libreadline so add USE_GNU_READLINE.
Diffstat (limited to 'net')
-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 |