diff options
author | miwi <miwi@FreeBSD.org> | 2008-09-11 23:50:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-09-11 23:50:22 +0800 |
commit | b72ee30a7794fbc7c1e284279a2cde9cf7372043 (patch) | |
tree | 6ca6475381c3c6e711797835c5170c21243af33a /net/pear-SOAP | |
parent | 074d47ca1284e1506ac011452e56a7aee196f9ae (diff) | |
download | freebsd-ports-gnome-b72ee30a7794fbc7c1e284279a2cde9cf7372043.tar.gz freebsd-ports-gnome-b72ee30a7794fbc7c1e284279a2cde9cf7372043.tar.zst freebsd-ports-gnome-b72ee30a7794fbc7c1e284279a2cde9cf7372043.zip |
- Fix install dir when WITH_PEAR_NET_DIME set is
PR: 127284
Submitted by: Zhen REN <bg1tpt@gmail.com>
Approved by: portmgr (pav)
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" |