diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-09-09 05:17:57 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-09-09 05:17:57 +0800 |
commit | e471605395cc5ecfc2a8c420d26476e67639afed (patch) | |
tree | fdad7c711893d324e7f59f8a703bd489d70ac2f7 | |
parent | a57e0b8bf0f395ebced9bcad998a690ce891479b (diff) | |
download | freebsd-ports-gnome-e471605395cc5ecfc2a8c420d26476e67639afed.tar.gz freebsd-ports-gnome-e471605395cc5ecfc2a8c420d26476e67639afed.tar.zst freebsd-ports-gnome-e471605395cc5ecfc2a8c420d26476e67639afed.zip |
Specify RUN_DEPENDS explicitly.
Pointed out by: Dmitry Morozovsky
-rw-r--r-- | news/husky-fidoconf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/husky-fidoconf/Makefile b/news/husky-fidoconf/Makefile index f25619954108..358c08bc89aa 100644 --- a/news/husky-fidoconf/Makefile +++ b/news/husky-fidoconf/Makefile @@ -14,7 +14,7 @@ MAINTAINER= fjoe@FreeBSD.org COMMENT= Configuration library for Husky Fidosoft Project LIB_DEPENDS= smapi.2:${PORTSDIR}/news/husky-smapi -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${LOCALBASE}/etc/fido/huskymak.cfg:${PORTSDIR}/news/husky-base INSTALLS_SHLIB= yes NO_FILTER_SHLIBS= yes |