Fix build with new version of "libtool-base".

This commit is contained in:
tron 2010-01-01 13:22:15 +00:00
parent f636207f36
commit 46576b69a7

View file

@ -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"