diff options
-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 |