aboutsummaryrefslogtreecommitdiff
path: root/devel/gdb
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 15:34:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 15:34:17 +0000
commit9f1de9b900c064307cc328ec436f07477dfaa7f0 (patch)
tree5b19e4fae39149280653cc670bc170d039477f8e /devel/gdb
parent296877462b8b100e9f83f9c6aa6ed4bff34c6def (diff)
downloadports-9f1de9b900c064307cc328ec436f07477dfaa7f0.tar.gz
ports-9f1de9b900c064307cc328ec436f07477dfaa7f0.zip
Notes
Diffstat (limited to 'devel/gdb')
-rw-r--r--devel/gdb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile
index cf68b0447b44..7b908c12a1ae 100644
--- a/devel/gdb/Makefile
+++ b/devel/gdb/Makefile
@@ -65,11 +65,11 @@ CONFIGURE_ARGS+= --with-system-readline
.if ${PORT_OPTIONS:MBASE_READLINE}
CFLAGS+= -D_rl_echoing_p=readline_echoing_p
-USE_READLINE= base
+USES+= readline
.endif
.if ${PORT_OPTIONS:MPORT_READLINE}
-USE_READLINE= port
+USES+= readline:port
.endif
.if ${PORT_OPTIONS:MPYTHON}