summaryrefslogtreecommitdiff
path: root/audio/easytag
diff options
context:
space:
mode:
authorjlam <jlam>2003-02-05 05:06:32 +0000
committerjlam <jlam>2003-02-05 05:06:32 +0000
commitf9340e274adc7b508ddca988712d4f95b20cd9ae (patch)
tree216db4f192eeb6886d463cf473239b97f7ccf45d /audio/easytag
parent79d05f64dfea8a40ded551d191b9b4d2557ab2ba (diff)
downloadpkgsrc-f9340e274adc7b508ddca988712d4f95b20cd9ae.tar.gz
gnome[12]-dirs shouldn't have buildlink2.mk files as they don't have
either shared libraries or header files. Remove references to these buildlink2.mk files from package Makefiles.
Diffstat (limited to 'audio/easytag')
-rw-r--r--audio/easytag/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile
index 6420958cc18..536558c1bc6 100644
--- a/audio/easytag/Makefile
+++ b/audio/easytag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2003/01/27 12:31:28 jmmv Exp $
+# $NetBSD: Makefile,v 1.23 2003/02/05 05:06:32 jlam Exp $
#
DISTNAME= easytag-0.26
@@ -10,7 +10,9 @@ MAINTAINER= wiz@netbsd.org
HOMEPAGE= http://easytag.sourceforge.net/
COMMENT= Tool to view, edit and write ID3 v1&2 TAGs with a GTK+ interface
-BUILD_USES_MSGFMT= yes # xgettext, really
+DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs
+
+BUILD_USES_MSGFMT= yes # xgettext, really
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -23,6 +25,5 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../audio/flac/buildlink2.mk"
.include "../../audio/id3lib/buildlink2.mk"
.include "../../audio/libvorbis/buildlink2.mk"
-.include "../../misc/gnome1-dirs/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"