summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-04-11 18:57:12 +0000
committerxtraeme <xtraeme>2004-04-11 18:57:12 +0000
commit6b081437b56888b0223a8331d652f91dfc8b986e (patch)
tree0f536e4ca39aa48d8962b41dcc0ea5bdafb057e2
parentbc041fe52b0608751cf7f2fa80f39005c534f8f1 (diff)
downloadpkgsrc-6b081437b56888b0223a8331d652f91dfc8b986e.tar.gz
bl3ify
-rw-r--r--audio/wmmixer/Makefile6
-rw-r--r--audio/wmmp3/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/wmmixer/Makefile b/audio/wmmixer/Makefile
index 224c9084310..598acebe7e5 100644
--- a/audio/wmmixer/Makefile
+++ b/audio/wmmixer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/01/20 12:07:43 agc Exp $
+# $NetBSD: Makefile,v 1.8 2004/04/11 18:57:12 xtraeme Exp $
#
DISTNAME= wmmixer-1.0-beta1
@@ -12,12 +12,12 @@ HOMEPAGE= http://www.geocities.com/SiliconValley/Vista/2471/
COMMENT= Mixer designed for WindowMaker (dockapp)
WRKSRC= ${WRKDIR}/wmmixer
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_IMAKE= YES
NO_INSTALL_MANPAGES= YES
pre-build:
${TOUCH} ${WRKSRC}/wmmixer.man
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/wmmp3/Makefile b/audio/wmmp3/Makefile
index 96bbdbe5510..572f48b4cff 100644
--- a/audio/wmmp3/Makefile
+++ b/audio/wmmp3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/11/18 14:47:59 xtraeme Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/11 18:58:10 xtraeme Exp $
DISTNAME= wmmp3-0.12
PKGREVISION= 1
@@ -11,7 +11,7 @@ COMMENT= Front-end for mpg123 in a Window Maker dockapp
DEPENDS+= mpg123>=0.59.18:../../audio/mpg123
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
USE_X11= yes
@@ -24,5 +24,5 @@ post-install:
@${ECHO} "===> Installing sample.wmmp3 in ${PREFIX}/share/examples"
${INSTALL_DATA} ${WRKSRC}/sample.wmmp3 ${PREFIX}/share/examples
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"