svn commit: r366416 - head/mail/squirrelmail

Adam Weinberger adamw at FreeBSD.org
Thu Aug 28 15:31:37 UTC 2014


Author: adamw
Date: Thu Aug 28 15:31:36 2014
New Revision: 366416
URL: http://svnweb.freebsd.org/changeset/ports/366416
QAT: https://qat.redports.org/buildarchive/r366416/

Log:
  Change USE_PERL5 from install to run. It needs to be present for the actual
  pkg installation now, not just the install target.

Modified:
  head/mail/squirrelmail/bsd.squirrelmail.mk

Modified: head/mail/squirrelmail/bsd.squirrelmail.mk
==============================================================================
--- head/mail/squirrelmail/bsd.squirrelmail.mk	Thu Aug 28 15:16:49 2014	(r366415)
+++ head/mail/squirrelmail/bsd.squirrelmail.mk	Thu Aug 28 15:31:36 2014	(r366416)
@@ -41,7 +41,7 @@ RUN_DEPENDS+=	${SQUIRRELDIR}/plugins/com
 
 .ifndef WITHOUT_ACTIVATE
 USES+=		perl5
-USE_PERL5+=	install
+USE_PERL5+=	run
 .endif
 
 NO_BUILD=	yes


More information about the svn-ports-all mailing list