summaryrefslogtreecommitdiff
path: root/graphics/dvdview
diff options
context:
space:
mode:
authorsnj <snj>2004-04-25 01:04:57 +0000
committersnj <snj>2004-04-25 01:04:57 +0000
commitba114426ccb8ed74441c0054311503ae6d83808d (patch)
treef54fa7a4eab058c77c8c2617c608dcb2410d1936 /graphics/dvdview
parent9e8dc9092bb677cb46826f74203847db6db41272 (diff)
downloadpkgsrc-ba114426ccb8ed74441c0054311503ae6d83808d.tar.gz
Convert to buildlink3.
Diffstat (limited to 'graphics/dvdview')
-rw-r--r--graphics/dvdview/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/dvdview/Makefile b/graphics/dvdview/Makefile
index c0877fbde28..2bab6449e7f 100644
--- a/graphics/dvdview/Makefile
+++ b/graphics/dvdview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/24 15:46:43 grant Exp $
+# $NetBSD: Makefile,v 1.10 2004/04/25 01:04:57 snj Exp $
DISTNAME= dvdview-1.2.2
PKGREVISION= 1
@@ -12,7 +12,7 @@ COMMENT= Software only MPEG-1/2 video decoder
GNU_CONFIGURE= YES
USE_GNU_TOOLS+= make
USE_X11= YES
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
.include "../../mk/bsd.prefs.mk"
@@ -26,6 +26,6 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dvdview
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dvdview
-.include "../../graphics/libvideogfx/buildlink2.mk"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../graphics/libvideogfx/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"