diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2018-04-08 18:47:04 +0800 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2018-04-08 18:47:04 +0800 |
commit | f4f639f030afffcb80cd6073233661054cba508e (patch) | |
tree | bb684aac7aa702e5549bcde8be54d05c2c327d42 /comms/atslog | |
parent | f227ff4a3467072b3465ca9b2d93d5be185f7af1 (diff) | |
download | freebsd-ports-gnome-f4f639f030afffcb80cd6073233661054cba508e.tar.gz freebsd-ports-gnome-f4f639f030afffcb80cd6073233661054cba508e.tar.zst freebsd-ports-gnome-f4f639f030afffcb80cd6073233661054cba508e.zip |
comms/atslog: Convert to USES=php
Approved by: infrastructure modernization blanket
Diffstat (limited to 'comms/atslog')
-rw-r--r-- | comms/atslog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/atslog/Makefile b/comms/atslog/Makefile index 743b05275298..165437ba711a 100644 --- a/comms/atslog/Makefile +++ b/comms/atslog/Makefile @@ -50,7 +50,7 @@ LIBWRAP_CONFIGURE_OFF= --disable-libwrap .if ${PORT_OPTIONS:MWWW} USE_PHP= pcre -WANT_PHP_WEB= yes +USES+= php:web .if ${PORT_OPTIONS:MWWWGD} USE_PHP+= gd .endif |