summaryrefslogtreecommitdiff
path: root/multimedia/lsdvd/Makefile
diff options
context:
space:
mode:
authorsnj <snj>2006-02-26 05:03:21 +0000
committersnj <snj>2006-02-26 05:03:21 +0000
commit3badb11f14499c70b865a4890f9914ed677c22f7 (patch)
treebe0c7bf1d4e520d508b52eecc1c080c7da8056f0 /multimedia/lsdvd/Makefile
parent1eebd5fd7a6062b56c241173cdad8b2c52fdaab5 (diff)
downloadpkgsrc-3badb11f14499c70b865a4890f9914ed677c22f7.tar.gz
Fix build by checking for stdint.h and inttypes.h.
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"