diff options
-rw-r--r-- | palm/plucker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/plucker/Makefile b/palm/plucker/Makefile index 77ad2812ee57..e5360d8dabec 100644 --- a/palm/plucker/Makefile +++ b/palm/plucker/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ppmtoTbmp:${PORTSDIR}/palm/ppmtoTbmp \ convert:${PORTSDIR}/graphics/ImageMagick \ ppmtogif:${PORTSDIR}/graphics/netpbm \ cjpeg:${PORTSDIR}/graphics/jpeg \ - ${LOCALBASE}/pilot/bin/pilot-xfer:${PORTSDIR}/palm/pilot-link + ${LOCALBASE}/bin/pilot-xfer:${PORTSDIR}/palm/pilot-link RUN_DEPENDS= ${BUILD_DEPENDS} USE_PYTHON= yes |