- Update to 1.1
- Fix default options handling PR: 207217 Submitted by: Sascha Holzleiter
This commit is contained in:
parent
0f8e46f050
commit
b23390c277
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408945
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= php70
|
||||
PORTVERSION= 1.0
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= lang
|
||||
PKGNAMESUFFIX= -extensions
|
||||
|
||||
|
@ -90,8 +90,6 @@ XSL_DESC= XSL support (Implies DOM)
|
|||
ZIP_DESC= ZIP support
|
||||
ZLIB_DESC= ZLIB support
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
OPTIONS_DEFAULT= CTYPE \
|
||||
DOM \
|
||||
FILTER \
|
||||
|
@ -111,6 +109,8 @@ OPTIONS_DEFAULT= CTYPE \
|
|||
XMLREADER \
|
||||
XMLWRITER
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.for opt in ${OPTIONS_DEFINE}
|
||||
. if ${PORT_OPTIONS:M${opt}}
|
||||
USE_PHP+= ${opt:tl}
|
||||
|
|
Loading…
Reference in a new issue