diff options
Diffstat (limited to 'graphics/pear-Image_Graph/Makefile')
-rw-r--r-- | graphics/pear-Image_Graph/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pear-Image_Graph/Makefile b/graphics/pear-Image_Graph/Makefile index bcf82acf8fef..44bf47a6ade2 100644 --- a/graphics/pear-Image_Graph/Makefile +++ b/graphics/pear-Image_Graph/Makefile @@ -8,8 +8,8 @@ CATEGORIES= graphics www pear MAINTAINER= miwi@FreeBSD.org COMMENT= OO PEAR graph rendering package -RUN_DEPENDS= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \ - ${PEARDIR}/Image/Canvas.php:${PORTSDIR}/graphics/pear-Image_Canvas +RUN_DEPENDS= ${PEARDIR}/Log.php:sysutils/pear-Log \ + ${PEARDIR}/Image/Canvas.php:graphics/pear-Image_Canvas USE_PHP= yes USES= dos2unix pear |