pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ntop Fix build with new version of "libtool-base".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/844f4399222f
branches:  trunk
changeset: 568985:844f4399222f
user:      tron <tron%pkgsrc.org@localhost>
date:      Fri Jan 01 13:22:15 2010 +0000

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

diffstat:

 net/ntop/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2ebd612c6547 -r 844f4399222f net/ntop/Makefile
--- a/net/ntop/Makefile Fri Jan 01 11:41:02 2010 +0000
+++ b/net/ntop/Makefile Fri Jan 01 13:22:15 2010 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index