diff options
Diffstat (limited to 'devel/pear-Var_Dump/Makefile')
-rw-r--r-- | devel/pear-Var_Dump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pear-Var_Dump/Makefile b/devel/pear-Var_Dump/Makefile index 4384024a4330..0d088a9670a5 100644 --- a/devel/pear-Var_Dump/Makefile +++ b/devel/pear-Var_Dump/Makefile @@ -12,7 +12,7 @@ CATEGORIES= devel www pear MAINTAINER= antonio@php.net COMMENT= Provides methods for dumping structured information about a variable -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} FILES= Var_Dump.php Var_Dump/Renderer.php Var_Dump/Renderer/Common.php \ @@ -36,5 +36,5 @@ post-extract: ${MV} ${WRKSRC}/php/* ${WRKSRC} .include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> |