Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2017 17:16:31 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451916 - head/www/typo3-8
Message-ID:  <201710121716.v9CHGVaS099138@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct 12 17:16:30 2017
New Revision: 451916
URL: https://svnweb.freebsd.org/changeset/ports/451916

Log:
  Fix typo

Modified:
  head/www/typo3-8/Makefile

Modified: head/www/typo3-8/Makefile
==============================================================================
--- head/www/typo3-8/Makefile	Thu Oct 12 17:15:54 2017	(r451915)
+++ head/www/typo3-8/Makefile	Thu Oct 12 17:16:30 2017	(r451916)
@@ -21,7 +21,7 @@ USES=		cpe php:web shebangfix
 SHEBANG_GLOB=	*.sh *.php
 NO_BUILD=	yes
 NO_ARCH=	yes
-xUSE_PHP=	ctype fileinfo filter hash json mysqli openssl pcre session soap xml zip simplexml
+USE_PHP=	ctype fileinfo filter hash json mysqli openssl pcre session soap xml zip simplexml
 WRKSRC=		${WRKDIR}/${TYPO3SRC}
 
 PORT_V_MAJOR=	8



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