summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-04-11 19:13:11 +0000
committerxtraeme <xtraeme>2004-04-11 19:13:11 +0000
commitc89e27b2c0493dadc49652e4c36182ea5ea1edd9 (patch)
tree815776fc39e9e82b4fcde5bae87ae1c40b30fdda /audio
parent88827daafdfb75af684458145c6bdc54e31bc07e (diff)
downloadpkgsrc-c89e27b2c0493dadc49652e4c36182ea5ea1edd9.tar.gz
audio/yamt: bl3ify and s/USE_X11BASE/USE_X11/; bump PKGREVISION.
Diffstat (limited to 'audio')
-rw-r--r--audio/yamt/Makefile10
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"