Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Mar 2018 18:50:33 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464194 - head/www/mod_auth_kerb2
Message-ID:  <201803111850.w2BIoXFI023289@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Sun Mar 11 18:50:33 2018
New Revision: 464194
URL: https://svnweb.freebsd.org/changeset/ports/464194

Log:
  www/mod_auth_kerb2: Fix typo
  
   - Doesn't work without the = after USES
  
  Reported by:	antoine
  Approved by:	fixit blanket

Modified:
  head/www/mod_auth_kerb2/Makefile

Modified: head/www/mod_auth_kerb2/Makefile
==============================================================================
--- head/www/mod_auth_kerb2/Makefile	Sun Mar 11 18:36:16 2018	(r464193)
+++ head/www/mod_auth_kerb2/Makefile	Sun Mar 11 18:50:33 2018	(r464194)
@@ -19,7 +19,7 @@ LICENSE_FILE_BSD3CLAUSE=	${WRKSRC}/LICENSE
 
 PORTSCOUT=	limit:^5.4
 
-USES		apache:2.2+
+USES=		apache:2.2+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	-with-krb5=${GSSAPIBASEDIR} --without-krb4
 



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