diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-11 18:57:12 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-11 18:57:12 +0000 |
commit | 2984e241c738569608b40cca1309c2710f87a414 (patch) | |
tree | 0f536e4ca39aa48d8962b41dcc0ea5bdafb057e2 /audio/wmmp3 | |
parent | dcf81fe3614122922783a70bea640ec08323a975 (diff) | |
download | pkgsrc-2984e241c738569608b40cca1309c2710f87a414.tar.gz |
bl3ify
Diffstat (limited to 'audio/wmmp3')
-rw-r--r-- | audio/wmmp3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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" |