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:
parent
7e55edf39e
commit
7e0b9131f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41692
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue