summaryrefslogtreecommitdiff
path: root/net/ntop
diff options
context:
space:
mode:
authortron <tron>2010-01-01 13:22:15 +0000
committertron <tron>2010-01-01 13:22:15 +0000
commit0a9f12f2db3a7b25b8d51594264692fa1fa0b801 (patch)
tree8035ce00543d31d903597b52b4210723e66412a7 /net/ntop
parent4bcde4ed2de638f1ee81d1b08eea86d3dda6409d (diff)
downloadpkgsrc-0a9f12f2db3a7b25b8d51594264692fa1fa0b801.tar.gz
Fix build with new version of "libtool-base".
Diffstat (limited to 'net/ntop')
-rw-r--r--net/ntop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index 54e93099989..7daeb753b58 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2009/09/26 05:58:27 taca Exp $
+# $NetBSD: Makefile,v 1.55 2010/01/01 13:22:15 tron Exp $
DISTNAME= ntop-3.3.10
CATEGORIES= net
@@ -43,7 +43,7 @@ USE_BUILTIN.libevent= no
pre-configure:
set -e; cd ${WRKSRC}; \
- cp ${PREFIX}/share/libtool/ltmain.sh .; \
+ cp ${PREFIX}/share/libtool/config/ltmain.sh .; \
aclocal; autoheader; automake -a --foreign -i; autoconf
.include "../../databases/gdbm/buildlink3.mk"