summaryrefslogtreecommitdiff
path: root/audio/id3ed
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-20 23:27:33 +0000
committerjlam <jlam>2001-06-20 23:27:33 +0000
commita72eb0d5f130baeb353bd83df33932ea371253d4 (patch)
tree322a839c4d78b24d9d2c5d14b1c9622570f83bf8 /audio/id3ed
parent687dcee88c8455db729e2b3ac01ec9ad084d205c (diff)
downloadpkgsrc-a72eb0d5f130baeb353bd83df33932ea371253d4.tar.gz
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'audio/id3ed')
-rw-r--r--audio/id3ed/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile
index 92385811065..69d6ac587fb 100644
--- a/audio/id3ed/Makefile
+++ b/audio/id3ed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/06/12 20:33:00 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2001/06/20 23:27:33 jlam Exp $
#
DISTNAME= id3ed-1.10.2
@@ -9,16 +9,16 @@ MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.azstarnet.com/~donut/programs/index.html
COMMENT= Edit id3 description tags in mpeg3 files
-GNU_CONFIGURE= YES
-USE_GMAKE= YES
+USE_BUILDLINK_ONLY= YES
+GNU_CONFIGURE= YES
+USE_GMAKE= YES
USE_GNU_READLINE= # uses rl_startup_hook
-.include "../../devel/readline/buildlink.mk"
-
-LIBS+= ${LDFLAGS}
+LIBS+= ${LDFLAGS}
post-extract:
${TOUCH} ${WRKSRC}/install.sh
+.include "../../devel/readline/buildlink.mk"
.include "../../mk/bsd.pkg.mk"