Date: Mon, 13 May 2013 14:38:04 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318094 - head/devel/pear-HTML_QuickForm2 Message-ID: <201305131438.r4DEc4T7050356@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Mon May 13 14:38:03 2013 New Revision: 318094 URL: http://svnweb.freebsd.org/changeset/ports/318094 Log: - Set PEAR_AUTOINSTALL Modified: head/devel/pear-HTML_QuickForm2/Makefile Modified: head/devel/pear-HTML_QuickForm2/Makefile ============================================================================== --- head/devel/pear-HTML_QuickForm2/Makefile Mon May 13 14:36:54 2013 (r318093) +++ head/devel/pear-HTML_QuickForm2/Makefile Mon May 13 14:38:03 2013 (r318094) @@ -9,10 +9,10 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PHP5 rewrite of the HTML_QuickForm package BUILD_DEPENDS= ${PEARDIR}/HTML/Common2.php:${PORTSDIR}/devel/pear-HTML_Common2 -RUN_DEPENDS:= ${PEARDIR}/HTML/Common2.php:${PORTSDIR}/devel/pear-HTML_Common2 +RUN_DEPENDS= ${PEARDIR}/HTML/Common2.php:${PORTSDIR}/devel/pear-HTML_Common2 DEFAULT_PHP_VER=5 -IGNORE_WITH_PHP=4 +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305131438.r4DEc4T7050356>