summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorgrant <grant>2004-01-28 03:56:29 +0000
committergrant <grant>2004-01-28 03:56:29 +0000
commit4e699087b3d52d8e74faa270ab0efb2b40c96576 (patch)
treee279e2b6d36dd3be254a6f9ba2c44fbc5ab66dba /misc
parent02d9d618e4d028264ad3d6e150cb5ea8fb563a79 (diff)
downloadpkgsrc-4e699087b3d52d8e74faa270ab0efb2b40c96576.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"