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