aboutsummaryrefslogtreecommitdiffstats
path: root/palm
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2001-04-20 07:23:27 +0800
committerfenner <fenner@FreeBSD.org>2001-04-20 07:23:27 +0800
commit3ec607f63ecb860b544eea3d12a5e88314e4dcd7 (patch)
tree721416a6095c08303017dffc9b84aa6d3a006d7a /palm
parent6cbdb85d9073fd953d0f2a10c2a60543675ec243 (diff)
downloadfreebsd-ports-gnome-3ec607f63ecb860b544eea3d12a5e88314e4dcd7.tar.gz
freebsd-ports-gnome-3ec607f63ecb860b544eea3d12a5e88314e4dcd7.tar.zst
freebsd-ports-gnome-3ec607f63ecb860b544eea3d12a5e88314e4dcd7.zip
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.
Diffstat (limited to 'palm')
-rw-r--r--palm/syncmal/Makefile2
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