diff options
Diffstat (limited to 'devel/pear-Config/Makefile')
-rw-r--r-- | devel/pear-Config/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pear-Config/Makefile b/devel/pear-Config/Makefile index 44e4aeb..30cd8e6 100644 --- a/devel/pear-Config/Makefile +++ b/devel/pear-Config/Makefile @@ -12,7 +12,7 @@ CATEGORIES= devel www pear MAINTAINER= antonio@php.net COMMENT= Your configurations swiss-army knife -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util @@ -23,5 +23,5 @@ FILES= Config.php Config/Container.php Config/Container/Apache.php \ DOCS= Apache.php IniCommented.php IniFromScratch.php .include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> |