svn commit: r300993 - head/www/p5-Apache-AuthCookie

Andrej Zverev az at FreeBSD.org
Tue Jul 17 08:27:15 UTC 2012


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



More information about the svn-ports-head mailing list