Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2012 08:27:14 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r300993 - head/www/p5-Apache-AuthCookie
Message-ID:  <201207170827.q6H8REwk032576@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Tue Jul 17 08:27:14 2012
New Revision: 300993
URL: http://svn.freebsd.org/changeset/ports/300993

Log:
  - Fix typo

Modified:
  head/www/p5-Apache-AuthCookie/Makefile

Modified: head/www/p5-Apache-AuthCookie/Makefile
==============================================================================
--- head/www/p5-Apache-AuthCookie/Makefile	Tue Jul 17 07:38:27 2012	(r300992)
+++ head/www/p5-Apache-AuthCookie/Makefile	Tue Jul 17 08:27:14 2012	(r300993)
@@ -15,7 +15,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	A perl module to provide custom forms for reauthentication
 
-BUILD_DEPENDS=	{APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2
+BUILD_DEPENDS=	${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_APACHE=	20+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207170827.q6H8REwk032576>