aboutsummaryrefslogtreecommitdiff
path: root/devel/gdb
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2012-08-09 16:47:32 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2012-08-09 16:47:32 +0000
commitfb5a3f46c477cbb98747e9287adaccf12dbb8f8b (patch)
treec60cf81326c40aa7a9c9e9619c676c14b6c1d284 /devel/gdb
parent2fdff35d2f057fc03295a41d732b28d3f458baec (diff)
downloadports-fb5a3f46c477cbb98747e9287adaccf12dbb8f8b.tar.gz
ports-fb5a3f46c477cbb98747e9287adaccf12dbb8f8b.zip
Notes
Diffstat (limited to 'devel/gdb')
-rw-r--r--devel/gdb/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile
index 3acae5070a06..8db05ec32c1b 100644
--- a/devel/gdb/Makefile
+++ b/devel/gdb/Makefile
@@ -38,9 +38,9 @@ MAN1= gdb${VER}.1
ONLY_FOR_ARCHS= i386 amd64 # untested elsewhere, might work
-# Forcing to use the readline from ports (readline in FreeBSD world is not
-# compatible anymore).
-LIB_DEPENDS+= readline:${PORTSDIR}/devel/readline
+# Forcing to use readline.6 from ports (newer readline in FreeBSD world is not
+# compatible anymore). Please ignore portlint here.
+LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline
CFLAGS+= -isystem ${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib