mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add missing simplexml dependency
PR: ports/175189 Submitted by: Victor Balada Diaz <victor@bsdes.net>
This commit is contained in:
parent
1ade66cc4e
commit
b10540cda2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310550
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= phpvirtualbox
|
PORTNAME= phpvirtualbox
|
||||||
DISTVERSION= 4.2-4
|
DISTVERSION= 4.2-4
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
|
||||||
LOCAL/decke
|
LOCAL/decke
|
||||||
|
@ -14,7 +15,7 @@ LICENSE= GPLv3
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
USE_ZIP= yes
|
USE_ZIP= yes
|
||||||
USE_PHP= json session soap
|
USE_PHP= json session soap simplexml
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
USE_DOS2UNIX= yes
|
USE_DOS2UNIX= yes
|
||||||
DOS2UNIX_REGEX= .*\.(php|txt|js|css|html)
|
DOS2UNIX_REGEX= .*\.(php|txt|js|css|html)
|
||||||
|
|
Loading…
Add table
Reference in a new issue