Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Apr 2018 10:47:04 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466789 - head/comms/atslog
Message-ID:  <201804081047.w38Al4Hr021656@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Sun Apr  8 10:47:04 2018
New Revision: 466789
URL: https://svnweb.freebsd.org/changeset/ports/466789

Log:
  comms/atslog: Convert to USES=php
  
  Approved by:	infrastructure modernization blanket

Modified:
  head/comms/atslog/Makefile

Modified: head/comms/atslog/Makefile
==============================================================================
--- head/comms/atslog/Makefile	Sun Apr  8 10:42:32 2018	(r466788)
+++ head/comms/atslog/Makefile	Sun Apr  8 10:47:04 2018	(r466789)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804081047.w38Al4Hr021656>