diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-21 02:55:24 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-21 02:55:24 +0000 |
commit | 10673bc718775a1f57bf25785343ad64404597fb (patch) | |
tree | 0c19fa26ef57a1f678531e36255efced73f92be6 /devel/cgdb | |
parent | - Fix dependencies since lang/itcl are updated (diff) |
- Force configure to detect readline in ${LOCALBASE} if
${OSVERSION} < 700016.
PR: ports/97520
Submitted by: maintainer (Gea-Suan Lin)
Diffstat (limited to 'devel/cgdb')
-rw-r--r-- | devel/cgdb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/cgdb/Makefile b/devel/cgdb/Makefile index 90a7f7c7e78c..a87715267938 100644 --- a/devel/cgdb/Makefile +++ b/devel/cgdb/Makefile @@ -24,6 +24,7 @@ GNU_CONFIGURE= yes .if ${OSVERSION} < 700016 LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline +CONFIGURE_ARGS+= --with-readline=${LOCALBASE} .endif .if ${OSVERSION} < 500000 |