diff options
Diffstat (limited to 'devel/cgdb/Makefile')
-rw-r--r-- | devel/cgdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cgdb/Makefile b/devel/cgdb/Makefile index 638f35ce3452..6772641af129 100644 --- a/devel/cgdb/Makefile +++ b/devel/cgdb/Makefile @@ -24,7 +24,7 @@ MAKE_JOBS_UNSAFE= yes # at this time we can not use LIB_DEPENDS, please read ports/99327 .if ${OSVERSION} < 700016 BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.6:${PORTSDIR}/devel/readline -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} LDFLAGS+= -rpath ${LOCALBASE}/lib CONFIGURE_ARGS+= --with-readline=${LOCALBASE} .endif |