diff options
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 |