summaryrefslogtreecommitdiff
path: root/multimedia/lsdvd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/lsdvd/Makefile')
-rw-r--r--multimedia/lsdvd/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/lsdvd/Makefile b/multimedia/lsdvd/Makefile
index 0525afdd0ac..71fe6c2b82e 100644
--- a/multimedia/lsdvd/Makefile
+++ b/multimedia/lsdvd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/02/05 23:10:17 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2006/02/26 05:03:21 snj Exp $
DISTNAME= lsdvd-0.10
PKGREVISION= 3
@@ -12,8 +12,12 @@ COMMENT= Application displaying the contents of DVDs
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
+USE_TOOLS+= autoconf213
BUILDLINK_DEPENDS.libdvdread+= libdvdread>=0.9.5nb1
+pre-configure:
+ cd ${WRKSRC}; autoconf
+
.include "../../multimedia/libdvdread/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"