diff options
Diffstat (limited to 'palm/plucker/Makefile')
-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 7bd99e76fd0b..ba9d440a9c76 100644 --- a/palm/plucker/Makefile +++ b/palm/plucker/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS= ppmtoTbmp:${PORTSDIR}/palm/ppmtoTbmp \ ppmtogif:${PORTSDIR}/graphics/netpbm \ cjpeg:${PORTSDIR}/graphics/jpeg \ ${LOCALBASE}/bin/pilot-xfer:${PORTSDIR}/palm/pilot-link -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes USE_BZIP2= yes |