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 | fc4f8d2d6edbaeafbe4a58cde217700d55be039b (diff) | |
download | ports-10673bc718775a1f57bf25785343ad64404597fb.tar.gz ports-10673bc718775a1f57bf25785343ad64404597fb.zip |
Notes
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 |