From 3ec607f63ecb860b544eea3d12a5e88314e4dcd7 Mon Sep 17 00:00:00 2001 From: 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/syncmal') 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