diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-11 19:13:11 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-11 19:13:11 +0000 |
commit | f9c121737eff85580fbe0da282b2cac9312b0a95 (patch) | |
tree | 815776fc39e9e82b4fcde5bae87ae1c40b30fdda /audio/yamt | |
parent | 3c4f7e5a3845cab4008a2bc67438a29274b67bd6 (diff) | |
download | pkgsrc-f9c121737eff85580fbe0da282b2cac9312b0a95.tar.gz |
audio/yamt: bl3ify and s/USE_X11BASE/USE_X11/; bump PKGREVISION.
Diffstat (limited to 'audio/yamt')
-rw-r--r-- | audio/yamt/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/yamt/Makefile b/audio/yamt/Makefile index 8d1ef7e72e3..6250fadde4d 100644 --- a/audio/yamt/Makefile +++ b/audio/yamt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2004/03/08 19:40:36 jmmv Exp $ +# $NetBSD: Makefile,v 1.12 2004/04/11 19:13:11 xtraeme Exp $ DISTNAME= yamt-0.5 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yamt/} @@ -12,11 +12,11 @@ COMMENT= Yet Another MP3 Tool BUILD_USES_MSGFMT= yes DEPENDS+= xdg-x11-dirs>=1.1:../../misc/xdg-x11-dirs -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes -USE_X11BASE= yes +USE_X11= yes USE_GNU_TOOLS+= make GNU_CONFIGURE= yes -.include "../../x11/gnome-libs/buildlink2.mk" +.include "../../x11/gnome-libs/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |