summaryrefslogtreecommitdiff
path: root/audio/freezetag
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-08-15 19:50:01 +0000
committerzuntum <zuntum@pkgsrc.org>2001-08-15 19:50:01 +0000
commit7ecd0837a762f93021f95f8dd03f54763340523a (patch)
tree7dc9dc05f3b2495c44810bc58c89a2e1912730f8 /audio/freezetag
parentcb63caf89b67042b3f6df27c9dd1c0f4915cbf1e (diff)
downloadpkgsrc-7ecd0837a762f93021f95f8dd03f54763340523a.tar.gz
Converted to use buildlink.mk files
Diffstat (limited to 'audio/freezetag')
-rw-r--r--audio/freezetag/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/freezetag/Makefile b/audio/freezetag/Makefile
index 17b17094d67..bd84cc1f3e5 100644
--- a/audio/freezetag/Makefile
+++ b/audio/freezetag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/02/16 13:30:40 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/08/15 19:50:01 zuntum Exp $
#
DISTNAME= freezetag-0.9.2
@@ -9,8 +9,8 @@ MAINTAINER= kleink@netbsd.org
HOMEPAGE= http://katz.linuxpower.org/freezetag/
COMMENT= Id3 tag editor for GTK+-1.2.0 and higher
-DEPENDS= gtk+-1.2.*:../../x11/gtk
-
-GNU_CONFIGURE= yes
+USE_BUILDLINK_ONLY= YES
+GNU_CONFIGURE= YES
+.include "../../x11/gtk/buildlink.mk"
.include "../../mk/bsd.pkg.mk"