Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Feb 2015 20:25:44 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378272 - head/security/p5-Authen-Simple-Kerberos
Message-ID:  <201502012025.t11KPi8E084593@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Sun Feb  1 20:25:43 2015
New Revision: 378272
URL: https://svnweb.freebsd.org/changeset/ports/378272
QAT: https://qat.redports.org/buildarchive/r378272/

Log:
  Fix a typo.

Modified:
  head/security/p5-Authen-Simple-Kerberos/Makefile

Modified: head/security/p5-Authen-Simple-Kerberos/Makefile
==============================================================================
--- head/security/p5-Authen-Simple-Kerberos/Makefile	Sun Feb  1 20:25:22 2015	(r378271)
+++ head/security/p5-Authen-Simple-Kerberos/Makefile	Sun Feb  1 20:25:43 2015	(r378272)
@@ -10,7 +10,7 @@ MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	Simple Kerberos authentication
 
 BUILD_DEPENDS=	p5-Authen-Simple>=0:${PORTSDIR}/security/p5-Authen-Simple \
-		p5-Authen-Krb5-Simple>=0:${PORTSDIR}/security/p5-Krb5-Simple
+		p5-Authen-Krb5-Simple>=0:${PORTSDIR}/security/p5-Authen-Krb5-Simple
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5



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