diff options
Diffstat (limited to 'net/pear-Net_Ident')
-rw-r--r-- | net/pear-Net_Ident/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pear-Net_Ident/Makefile b/net/pear-Net_Ident/Makefile index debb4fb542a7..4b9c1eee082d 100644 --- a/net/pear-Net_Ident/Makefile +++ b/net/pear-Net_Ident/Makefile @@ -12,12 +12,12 @@ CATEGORIES= net www pear MAINTAINER= antonio@php.net COMMENT= PEAR identification protocol implementation -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Net FILES= Ident.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> |