summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-25 01:04:57 +0000
committersnj <snj@pkgsrc.org>2004-04-25 01:04:57 +0000
commit0c9ac29c22014fd3ccaf58ef1518ed92142ce0e5 (patch)
treef54fa7a4eab058c77c8c2617c608dcb2410d1936 /graphics
parent7b2064a6ae7c524da42f9af2c8dd1a0e5cf520bd (diff)
downloadpkgsrc-0c9ac29c22014fd3ccaf58ef1518ed92142ce0e5.tar.gz
Convert to buildlink3.
Diffstat (limited to 'graphics')
-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"