mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Fix dependency on PHP if WITH_GEOIP is set
Reported by: Oliver Lehmann Feature safe: yes
This commit is contained in:
parent
4891889fbf
commit
d6f272cf67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293879
@ -17,6 +17,12 @@ COMMENT= Horde Native Language Support
|
||||
|
||||
USE_HORDE_RUN= Horde_Translation Horde_Util
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_GEOIP)
|
||||
USE_PHP= yes
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_GEOIP)
|
||||
|
Loading…
Reference in New Issue
Block a user