diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-11 15:50:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-11 15:50:22 +0000 |
commit | c49629b05408205e9b4693315e69f10d76278b89 (patch) | |
tree | 1368976fe4a4c9abde2cf01dc7b8e41b9a67cd4e | |
parent | 8e4ed075a842862c8b14e18db8b73f68240225f2 (diff) | |
download | ports-c49629b05408205e9b4693315e69f10d76278b89.tar.gz ports-c49629b05408205e9b4693315e69f10d76278b89.zip |
Notes
-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" |