diff options
Diffstat (limited to 'net/xpvm/Makefile')
-rw-r--r-- | net/xpvm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xpvm/Makefile b/net/xpvm/Makefile index 576f8c7867a9..f7bf0ee7c368 100644 --- a/net/xpvm/Makefile +++ b/net/xpvm/Makefile @@ -20,7 +20,7 @@ COMMENT= A Graphical Console and Monitor for PVM MAKE_JOBS_UNSAFE= yes BUILD_DEPENDS= ${LOCALBASE}/lib/libpvm3.a:${PORTSDIR}/net/pvm -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 WRKSRC= ${WRKDIR}/xpvm |