From 7e0b9131f5f4432ba7db1c4844b9f1caa4d7853a Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Thu, 19 Apr 2001 23:23:27 +0000 Subject: Make RUN_DEPENDS on jpilot a file dependency, not a binary-in-path dependency, since jpilot is installed in /usr/local/pilot/bin which isn't necessarily already in your path. --- palm/syncmal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'palm') diff --git a/palm/syncmal/Makefile b/palm/syncmal/Makefile index 0ee0ffddefd1..3e9cf0f99d61 100644 --- a/palm/syncmal/Makefile +++ b/palm/syncmal/Makefile @@ -15,7 +15,7 @@ MAINTAINER= fenner@FreeBSD.Org BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/palm/jpilot:patch \ ${NONEXISTENT}:${PORTSDIR}/palm/malsync:patch -RUN_DEPENDS= jpilot:${PORTSDIR}/palm/jpilot +RUN_DEPENDS= ${PREFIX}/bin/jpilot:${PORTSDIR}/palm/jpilot PREFIX= ${LOCALBASE}/pilot USE_GMAKE= YES -- cgit v1.2.3