mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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:
parent
8e4ed075a8
commit
c49629b054
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220341
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue