svn commit: r318094 - head/devel/pear-HTML_QuickForm2

Martin Wilke miwi at FreeBSD.org
Mon May 13 14:38:04 UTC 2013


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 at 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"


More information about the svn-ports-all mailing list