diff options
Diffstat (limited to 'devel/pear-System_Command/Makefile')
-rw-r--r-- | devel/pear-System_Command/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pear-System_Command/Makefile b/devel/pear-System_Command/Makefile index e031662..dc2ca1a 100644 --- a/devel/pear-System_Command/Makefile +++ b/devel/pear-System_Command/Makefile @@ -12,12 +12,12 @@ CATEGORIES= devel pear MAINTAINER= antonio@php.net COMMENT= PEAR command line execution interface -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= System FILES= Command.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> |