diff options
Diffstat (limited to 'devel/lmdbg/Makefile')
-rw-r--r-- | devel/lmdbg/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/lmdbg/Makefile b/devel/lmdbg/Makefile index 90f14305c82f..fc2f45563d26 100644 --- a/devel/lmdbg/Makefile +++ b/devel/lmdbg/Makefile @@ -11,10 +11,10 @@ COMMENT= Lightweight malloc debugger LICENSE= MIT -BUILD_DEPENDS= mk-configure>=0.24:${PORTSDIR}/devel/mk-configure -LIB_DEPENDS= libJudy.so:${PORTSDIR}/devel/judy -RUN_DEPENDS= runawk:${PORTSDIR}/lang/runawk \ - ${LOCALBASE}/bin/pipestatus:${PORTSDIR}/devel/pipestatus +BUILD_DEPENDS= mk-configure>=0.24:devel/mk-configure +LIB_DEPENDS= libJudy.so:devel/judy +RUN_DEPENDS= runawk:lang/runawk \ + ${LOCALBASE}/bin/pipestatus:devel/pipestatus USE_LDCONFIG= yes |