diff options
author | wiz <wiz> | 2007-02-22 19:01:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-02-22 19:01:13 +0000 |
commit | 16ab66728257a19144999d3bf2b2fb954c58bce4 (patch) | |
tree | 552758ae68ac7d5cc8b8ab084ca3f57b0ed02319 /audio/id3ed | |
parent | 2ba53e6dd8f712e4f7bc55ee7e40c6f5dfb88884 (diff) | |
download | pkgsrc-16ab66728257a19144999d3bf2b2fb954c58bce4.tar.gz |
pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
Diffstat (limited to 'audio/id3ed')
-rw-r--r-- | audio/id3ed/Makefile | 5 |
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" |