summaryrefslogtreecommitdiff
path: root/audio/gmp3info/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-09-30 09:34:49 +0000
committerwiz <wiz@pkgsrc.org>2001-09-30 09:34:49 +0000
commit9604a44828ae04321f6eed0f1fd48fdac48649e9 (patch)
tree18138f2649e2b2b5e56513c9260f05be6f6d35fc /audio/gmp3info/Makefile
parent7b1efd5bdc2ebb9d2fdd4f4a86171c77082c7de8 (diff)
downloadpkgsrc-9604a44828ae04321f6eed0f1fd48fdac48649e9.tar.gz
Buildlinkify (should be strongly buildlinked now).
Diffstat (limited to 'audio/gmp3info/Makefile')
-rw-r--r--audio/gmp3info/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/gmp3info/Makefile b/audio/gmp3info/Makefile
index 21abf28b26e..e4de354d35d 100644
--- a/audio/gmp3info/Makefile
+++ b/audio/gmp3info/Makefile
@@ -1,4 +1,5 @@
-# $NetBSD: Makefile,v 1.3 2001/09/27 23:17:44 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2001/09/30 09:34:49 wiz Exp $
+#
DISTNAME= mp3info-0.8.2
PKGNAME= g${DISTNAME}
@@ -11,11 +12,11 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.ibiblio.org/mp3info/
COMMENT= Utility to read and modify the ID3 tags of MP3 files
-DEPENDS+= gtk+>=1.2.0:../../x11/gtk
-DEPENDS+= ncurses>=5.0:../../devel/ncurses
-
CONFLICTS= mp3info-[0-9]*
-USE_X11= YES
+USE_CONFIG_WRAPPER= yes
+.include "../../devel/ncurses/buildlink.mk"
+.include "../../x11/gtk/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"