aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gdb
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2012-08-10 00:47:32 +0800
committerbdrewery <bdrewery@FreeBSD.org>2012-08-10 00:47:32 +0800
commit01cd15ca09482744b3ddd0379e8628c67076bf6d (patch)
treec60cf81326c40aa7a9c9e9619c676c14b6c1d284 /devel/gdb
parentf47ae5ca0fcdec4ca4c3e6fd87236b9e6e944d13 (diff)
downloadfreebsd-ports-gnome-01cd15ca09482744b3ddd0379e8628c67076bf6d.tar.gz
freebsd-ports-gnome-01cd15ca09482744b3ddd0379e8628c67076bf6d.tar.zst
freebsd-ports-gnome-01cd15ca09482744b3ddd0379e8628c67076bf6d.zip
- Restore readline.6 library dependency as the port only
works with that shlib version. PR: ports/170429 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> Approved by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com (maintainer) Approved by: eadler (mentor)
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