summaryrefslogtreecommitdiff
path: root/audio/id3ed
diff options
context:
space:
mode:
authorryoon <ryoon>2013-07-15 02:02:17 +0000
committerryoon <ryoon>2013-07-15 02:02:17 +0000
commit215de6661118c1f3801c16d0a5acdf8153217b64 (patch)
tree7082cd8bccd6e4c222c7d1017f6c4896abcadef6 /audio/id3ed
parentc983d6b497ef6e3b0f873176bc6476b7f100e38f (diff)
downloadpkgsrc-215de6661118c1f3801c16d0a5acdf8153217b64.tar.gz
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
Diffstat (limited to 'audio/id3ed')
-rw-r--r--audio/id3ed/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile
index 2fa7a12b130..aa901277561 100644
--- a/audio/id3ed/Makefile
+++ b/audio/id3ed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2012/09/12 00:24:39 asau Exp $
+# $NetBSD: Makefile,v 1.33 2013/07/15 02:02:17 ryoon Exp $
#
DISTNAME= id3ed-1.10.4
@@ -19,7 +19,5 @@ GNU_CONFIGURE= YES
USE_TOOLS+= gmake
# uses rl_startup_hook
-USE_GNU_READLINE= yes
-
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"