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.
This commit is contained in:
Bill Fenner 2001-04-19 23:23:27 +00:00
parent 7e55edf39e
commit 7e0b9131f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41692

View file

@ -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