1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Fix install dir when WITH_PEAR_NET_DIME set is

PR:		127284
Submitted by:	Zhen REN <bg1tpt@gmail.com>
Approved by:	portmgr (pav)
This commit is contained in:
Martin Wilke 2008-09-11 15:50:22 +00:00
parent 8e4ed075a8
commit c49629b054
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220341

View File

@ -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"