summaryrefslogtreecommitdiff
path: root/audio/id3ed
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-02-22 19:01:13 +0000
committerwiz <wiz@pkgsrc.org>2007-02-22 19:01:13 +0000
commit6e2c35c083f338ceb42943121056662d71077c27 (patch)
tree552758ae68ac7d5cc8b8ab084ca3f57b0ed02319 /audio/id3ed
parent10a728c9da6fdd9fcb71f5491ad5a237f5d688ab (diff)
downloadpkgsrc-6e2c35c083f338ceb42943121056662d71077c27.tar.gz
pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
Diffstat (limited to 'audio/id3ed')
-rw-r--r--audio/id3ed/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile
index 5d4da15a7c3..446df7a34f8 100644
--- a/audio/id3ed/Makefile
+++ b/audio/id3ed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2006/03/04 21:28:56 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2007/02/22 19:01:13 wiz Exp $
#
DISTNAME= id3ed-1.10.4
@@ -16,7 +16,8 @@ USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
USE_TOOLS+= gmake
-USE_GNU_READLINE= # uses rl_startup_hook
+# uses rl_startup_hook
+USE_GNU_READLINE= yes
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"