summaryrefslogtreecommitdiff
path: root/audio/easytag
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-04-14 16:15:20 +0000
committerjmmv <jmmv>2004-04-14 16:15:20 +0000
commite557a5f7fe08f718560dd50bdfef99776601cc56 (patch)
tree3757535e0cffe141412b01910b7f14b0965825b2 /audio/easytag
parentac7373d440ab204f85eb74f54facbc94b84566f2 (diff)
downloadpkgsrc-e557a5f7fe08f718560dd50bdfef99776601cc56.tar.gz
Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
Diffstat (limited to 'audio/easytag')
-rw-r--r--audio/easytag/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile
index 3f8994e6f34..ff487d7e799 100644
--- a/audio/easytag/Makefile
+++ b/audio/easytag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2004/04/11 16:08:00 xtraeme Exp $
+# $NetBSD: Makefile,v 1.40 2004/04/14 16:15:20 jmmv Exp $
#
DISTNAME= easytag-0.30
@@ -11,10 +11,10 @@ MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://easytag.sourceforge.net/
COMMENT= Tool to view, edit and write ID3 v1&2 TAGs with a GTK+ interface
-DEPENDS+= gnome1-dirs>=1.5:../../misc/gnome1-dirs
BUILD_USES_MSGFMT= yes # xgettext, really
GNU_CONFIGURE= yes
+USE_DIRS+= gnome1-1.5
USE_GNU_TOOLS+= make
USE_X11= yes
USE_BUILDLINK3= yes