diff options
author | bapt <bapt@FreeBSD.org> | 2017-10-04 19:29:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-10-04 19:29:14 +0800 |
commit | 0fa7bf6813fbad199d25f460aabcbab8486b0c50 (patch) | |
tree | 0de18533b6f4f04bd12eefda84399d3b60d1d1bd /www/pydio | |
parent | 621f1c8ce4732bece01f8671abce7e94e5af2464 (diff) | |
download | freebsd-ports-gnome-0fa7bf6813fbad199d25f460aabcbab8486b0c50.tar.gz freebsd-ports-gnome-0fa7bf6813fbad199d25f460aabcbab8486b0c50.tar.zst freebsd-ports-gnome-0fa7bf6813fbad199d25f460aabcbab8486b0c50.zip |
Convert to USES=php
While here convert some ports to optiosn helpers
Diffstat (limited to 'www/pydio')
-rw-r--r-- | www/pydio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/pydio/Makefile b/www/pydio/Makefile index 23e7d77cb233..43f5658a0bfb 100644 --- a/www/pydio/Makefile +++ b/www/pydio/Makefile @@ -15,10 +15,9 @@ PORTSCOUT= limitw:1,even NO_BUILD= yes NO_ARCH= yes -USES= cpe dos2unix +USES= cpe dos2unix php:web USE_PHP= dom mcrypt gd DOS2UNIX_REGEX= .*\.php -WANT_PHP_WEB= yes SUB_FILES= pkg-deinstall pkg-message SUB_LIST+= GOWDIR=${WWWDIR:H} |