pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/opencv Remove use of automake/autoconf after ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d351b8bd59d4
branches:  trunk
changeset: 521374:d351b8bd59d4
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Nov 10 10:50:21 2006 +0000

description:
Remove use of automake/autoconf after duscussed with Anthony Mallet,
package maintainer who sent PR pkg/34655.

diffstat:

 graphics/opencv/Makefile |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (32 lines):

diff -r 56d14eddbe0d -r d351b8bd59d4 graphics/opencv/Makefile
--- a/graphics/opencv/Makefile  Fri Nov 10 10:34:49 2006 +0000
+++ b/graphics/opencv/Makefile  Fri Nov 10 10:50:21 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/11/09 05:13:41 uebayasi Exp $
+# $NetBSD: Makefile,v 1.2 2006/11/10 10:50:21 taca Exp $
 #
 
 DISTNAME=              opencv-1.0.0
@@ -10,10 +10,9 @@
 COMMENT=               Library for computer vision problems
 
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            gmake automake autoconf pkg-config
+USE_TOOLS+=            gmake pkg-config
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
-AUTOMAKE_REQD=         1.9
 INSTALLATION_DIRS+=    share/doc/opencv/papers share/doc/opencv/ref/pics \
                        share/opencv/haarcascades
 
@@ -23,10 +22,6 @@
 CONFIGURE_ARGS+=--with-swig=no
 CONFIGURE_ARGS+=--with-python=no
 
-pre-configure:
-       cd ${WRKSRC};                           \
-       automake -a --foreign -i; autoconf
-
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/jpeg/buildlink3.mk"



Home | Main Index | Thread Index | Old Index