diff options
author | taca <taca@pkgsrc.org> | 2006-11-10 10:50:21 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2006-11-10 10:50:21 +0000 |
commit | b535b723ed6ec9f9c18432615fd79cf7a402a04a (patch) | |
tree | d1a981734373b8c5b8a159437c8f46dd2357bda0 /graphics | |
parent | d53cfe5a9478e4b6387857532165e14321c54cd5 (diff) | |
download | pkgsrc-b535b723ed6ec9f9c18432615fd79cf7a402a04a.tar.gz |
Remove use of automake/autoconf after duscussed with Anthony Mallet,
package maintainer who sent PR pkg/34655.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/opencv/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index dd87b393262..4768db72f58 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -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 @@ HOMEPAGE= http://opencvlibrary.sourceforge.net/ 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 @@ PKGCONFIG_OVERRIDE+= opencv.pc.in 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" |