diff options
Diffstat (limited to 'devel/gitphp/Makefile')
-rw-r--r-- | devel/gitphp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gitphp/Makefile b/devel/gitphp/Makefile index 4744a39ad9e2..eadcbaeb6deb 100644 --- a/devel/gitphp/Makefile +++ b/devel/gitphp/Makefile @@ -19,7 +19,7 @@ NO_BUILD= yes PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" SUB_FILES= pkg-message -RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xdiff.so:${PORTSDIR}/textproc/pecl-xdiff +RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xdiff.so:textproc/pecl-xdiff do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} |