summaryrefslogtreecommitdiff
path: root/net/bind99
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 /net/bind99
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 'net/bind99')
-rw-r--r--net/bind99/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind99/options.mk b/net/bind99/options.mk
index 8bb5fdf028e..1b862be6387 100644
--- a/net/bind99/options.mk
+++ b/net/bind99/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2013/06/06 02:55:03 taca Exp $
+# $NetBSD: options.mk,v 1.8 2013/07/15 02:02:26 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.bind99
PKG_SUPPORTED_OPTIONS= bind-dig-sigchase bind-xml-statistics-server
@@ -92,7 +92,7 @@ CONFIGURE_ARGS+= --disable-threads
### readline support in dig(1) and nsupdate(1).
###
.if !empty(PKG_OPTIONS:Mreadline)
-.include "../../devel/readline/buildlink3.mk"
+.include "../../mk/readline.buildlink3.mk"
CONFIGURE_ARGS+= --with-readline
.else
CONFIGURE_ARGS+= --without-readline