summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-02-16 00:56:40 +0000
committerwiz <wiz@pkgsrc.org>2007-02-16 00:56:40 +0000
commitb5fc0d8cd671fb79404a1a69ef133c3ae30b453f (patch)
tree8b5f9f32f88f67c7199cd2465092f2aceb8dce0e /multimedia
parentcd51302d9aed8a207819fa5b4021549cbca01bfd (diff)
downloadpkgsrc-b5fc0d8cd671fb79404a1a69ef133c3ae30b453f.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"