diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2001-04-19 23:23:27 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2001-04-19 23:23:27 +0000 |
commit | 7e0b9131f5f4432ba7db1c4844b9f1caa4d7853a (patch) | |
tree | 2d69f6a0b1866fee33c424ed51c186058243fcc7 /palm | |
parent | Update to 0.99.167. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=41692
Diffstat (limited to 'palm')
-rw-r--r-- | palm/syncmal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |