diff options
author | jlam <jlam> | 2002-09-21 02:12:00 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-21 02:12:00 +0000 |
commit | 1f0a8fca04e88250a3473a038b11d2083abc19e9 (patch) | |
tree | e455cdbc058aa2403d0fd7ce1e4ca0b6ca6dc408 /audio | |
parent | 62f78c53151be9896963f00104876941c74c2fde (diff) | |
download | pkgsrc-1f0a8fca04e88250a3473a038b11d2083abc19e9.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'audio')
-rw-r--r-- | audio/wmusic/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/audio/wmusic/Makefile b/audio/wmusic/Makefile index 6392125903d..11a072cc76a 100644 --- a/audio/wmusic/Makefile +++ b/audio/wmusic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/06/19 13:06:01 agc Exp $ +# $NetBSD: Makefile,v 1.2 2002/09/21 02:12:00 jlam Exp $ DISTNAME= wmusic-1.4.7 CATEGORIES= audio windowmaker @@ -8,8 +8,8 @@ MAINTAINER= ptiJo@noos.fr HOMEPAGE= http://hadess.net/code.shtml COMMENT= WindowMaker dockable remote for xmms -USE_BUILDLINK_ONLY= yes - +USE_BUILDLINK2= yes +USE_X11= yes GNU_CONFIGURE= yes USE_GMAKE= yes @@ -20,7 +20,8 @@ do-install: @${INSTALL_DATA} -d ${WRKSRC}/README ${PREFIX}/share/doc/wmusic @${INSTALL_DATA} -d ${WRKSRC}/COPYING ${PREFIX}/share/doc/wmusic -.include "../../audio/xmms/buildlink.mk" -.include "../../graphics/xpm/buildlink.mk" -.include "../../x11/gtk/buildlink.mk" +.include "../../audio/xmms/buildlink2.mk" +.include "../../graphics/xpm/buildlink2.mk" +.include "../../x11/gtk/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" |