aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_Server
diff options
context:
space:
mode:
Diffstat (limited to 'net/pear-Net_Server')
-rw-r--r--net/pear-Net_Server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pear-Net_Server/Makefile b/net/pear-Net_Server/Makefile
index 2d7f88da7e1b..86c419e9fd76 100644
--- a/net/pear-Net_Server/Makefile
+++ b/net/pear-Net_Server/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= net pear
MAINTAINER= tux@pinguru.net
COMMENT= Generic server class
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
+BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PHP= sockets pcntl
@@ -24,5 +24,5 @@ DOCS= todo.txt
EXAMPLES= talkback.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>