summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorwiz <wiz>2007-02-16 00:56:40 +0000
committerwiz <wiz>2007-02-16 00:56:40 +0000
commitbbcea05f4499a7cb66c13c843453fabe26a23b29 (patch)
tree8b5f9f32f88f67c7199cd2465092f2aceb8dce0e /multimedia
parent3bdce7e9e71712704492efdca902c551a311e947 (diff)
downloadpkgsrc-bbcea05f4499a7cb66c13c843453fabe26a23b29.tar.gz
Proxy-commit for drochner@:
The bootstrap script checks too much and isn't useful -- just don't use it.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libmp4v2/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/multimedia/libmp4v2/Makefile b/multimedia/libmp4v2/Makefile
index ddb8eef5eba..47453474466 100644
--- a/multimedia/libmp4v2/Makefile
+++ b/multimedia/libmp4v2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/02/09 19:57:48 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2007/02/16 00:56:40 wiz Exp $
DISTNAME= mpeg4ip-1.5.0.1
PKGNAME= libmp4v2-1.5.0.1
@@ -15,9 +15,13 @@ USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-CONFIGURE_SCRIPT= bootstrap
+# the "bootstrap" script checks too much, and isn't useful anyway
+#CONFIGURE_SCRIPT= bootstrap
BUILD_DIRS= lib/mp4v2
INSTALL_DIRS+= lib/mp4v2 doc/mp4v2
+pre-configure:
+ ${TOUCH} ${WRKSRC}/bootstrapped
+
.include "../../mk/bsd.pkg.mk"