summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-28 03:56:29 +0000
committergrant <grant@pkgsrc.org>2004-01-28 03:56:29 +0000
commit6015d91ec9a1b3a23b48da0584dc94e220b69194 (patch)
treee279e2b6d36dd3be254a6f9ba2c44fbc5ab66dba /misc
parentb00b09f079d9fa4aeb399154a371be773a3918d1 (diff)
downloadpkgsrc-6015d91ec9a1b3a23b48da0584dc94e220b69194.tar.gz
add LIBTOOL_OVERRIDE. fixes install on Solaris.
bump PKGREVISION.
Diffstat (limited to 'misc')
-rw-r--r--misc/libdvdplay/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/libdvdplay/Makefile b/misc/libdvdplay/Makefile
index a3be9dcf201..2fbe85580fa 100644
--- a/misc/libdvdplay/Makefile
+++ b/misc/libdvdplay/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2004/01/24 14:11:10 grant Exp $
+# $NetBSD: Makefile,v 1.4 2004/01/28 03:56:29 grant Exp $
DISTNAME= libdvdplay-1.0.1
+PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.videolan.org/pub/libdvdplay/1.0.1/
@@ -13,5 +14,7 @@ USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
USE_BUILDLINK2= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
.include "../../misc/libdvdread/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"