Date: Mon, 5 Aug 2013 06:00:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: perl@FreeBSD.org Subject: Re: ports/181046: commit references a PR Message-ID: <201308050600.r75601bJ059610@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/181046; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181046: commit references a PR Date: Mon, 5 Aug 2013 05:58:41 +0000 (UTC) Author: az Date: Mon Aug 5 05:58:29 2013 New Revision: 324259 URL: http://svnweb.freebsd.org/changeset/ports/324259 Log: - Fix port build PR: ports/181046 Submitted by: Erick Turnquist <jhujhiti@adjectivism.org> Modified: head/www/p5-Apache-AuthCookie/Makefile Modified: head/www/p5-Apache-AuthCookie/Makefile ============================================================================== --- head/www/p5-Apache-AuthCookie/Makefile Mon Aug 5 03:29:25 2013 (r324258) +++ head/www/p5-Apache-AuthCookie/Makefile Mon Aug 5 05:58:29 2013 (r324259) @@ -16,14 +16,14 @@ BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mo RUN_DEPENDS:= ${BUILD_DEPENDS} USE_APACHE= 22+ +USES= perl5 +USE_PERL5= configure .include <bsd.port.pre.mk> CURUSER?= `whoami` CURGRP?= `groups | ${AWK} '{print $$1}'` TESTPORT?= 8228 -USES= perl5 -USE_PERL5= configure CONFIGURE_ENV+= APACHE="${HTTPD}" \ TESTUSER="${CURUSER}" \ TESTGRP="${CURGRP}" \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308050600.r75601bJ059610>