Date: Thu, 28 Aug 2014 15:31:37 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366416 - head/mail/squirrelmail Message-ID: <201408281531.s7SFVbkr005688@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408281531.s7SFVbkr005688>