diff options
Diffstat (limited to 'net/pear-SOAP')
-rw-r--r-- | net/pear-SOAP/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/pear-SOAP/Makefile b/net/pear-SOAP/Makefile index bd74070c196b..3fde86ae5aca 100644 --- a/net/pear-SOAP/Makefile +++ b/net/pear-SOAP/Makefile @@ -7,6 +7,7 @@ PORTNAME= SOAP PORTVERSION= 0.12.0 +PORTREVISION= 1 CATEGORIES= net www pear MAINTAINER= bg1tpt@gmail.com @@ -49,7 +50,7 @@ BUILD_DEPENDS+= ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime .endif .if defined(WITH_PEAR_NET_DIME) -BUILD_DEPENDS+= ${PEARDIR}/DIME.php:${PORTSDIR}/net/pear-Net_DIME +BUILD_DEPENDS+= ${PEARDIR}/Net/DIME.php:${PORTSDIR}/net/pear-Net_DIME .endif .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |