mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
Remove WITH_PHP3 support now that php3 has been removed.
This commit is contained in:
parent
1836911d6d
commit
188acae768
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129240
@ -15,15 +15,10 @@ MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= Web Based Email Client and Scheduler
|
||||
|
||||
.if !defined(WITHOUT_PHP_DEPENDS)
|
||||
.if !defined(WITH_PHP3)
|
||||
USE_PHP= ctype imap openssl pgsql pcre posix session tokenizer xml zlib
|
||||
.else
|
||||
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/${PHP3_PORT}
|
||||
.endif
|
||||
.endif
|
||||
|
||||
NO_BUILD= YES
|
||||
PHP3_PORT?= www/mod_php3
|
||||
TWIG?= www/data-dist/twig
|
||||
PLIST_SUB+= TWIG=${TWIG}
|
||||
ROOTFILES= index.php test.php goto.php
|
||||
|
Loading…
Reference in New Issue
Block a user