Date: Thu, 31 Jul 2014 13:16:29 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363587 - head/lang/php5 Message-ID: <201407311316.s6VDGTDW085831@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Jul 31 13:16:29 2014 New Revision: 363587 URL: http://svnweb.freebsd.org/changeset/ports/363587 QAT: https://qat.redports.org/buildarchive/r363587/ Log: Unbreak php5-readline on head (uncovered by removal of readline dep from pcre) Modified: head/lang/php5/Makefile.ext Modified: head/lang/php5/Makefile.ext ============================================================================== --- head/lang/php5/Makefile.ext Thu Jul 31 13:09:09 2014 (r363586) +++ head/lang/php5/Makefile.ext Thu Jul 31 13:16:29 2014 (r363587) @@ -312,6 +312,7 @@ USE_PHP_BUILD= yes .if ${PHP_MODNAME} == "readline" CONFIGURE_ARGS+=--with-readline=/usr +USES+= readline .endif .if ${PHP_MODNAME} == "recode"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407311316.s6VDGTDW085831>