svn commit: r526496 - head/security/krb5-118

Mark Linimon linimon at FreeBSD.org
Wed Feb 19 09:15:55 UTC 2020


Author: linimon
Date: Wed Feb 19 09:15:54 2020
New Revision: 526496
URL: https://svnweb.freebsd.org/changeset/ports/526496

Log:
  Pacify portlint.
  
  Approved by:	portmgr (tier-2 blanket), followup

Modified:
  head/security/krb5-118/Makefile

Modified: head/security/krb5-118/Makefile
==============================================================================
--- head/security/krb5-118/Makefile	Wed Feb 19 09:15:44 2020	(r526495)
+++ head/security/krb5-118/Makefile	Wed Feb 19 09:15:54 2020	(r526496)
@@ -22,13 +22,13 @@ CONFLICTS=		heimdal-[0-9]* srp-[0-9]* krb5-11[3-6]-[0-
 CONFLICTS_BUILD=	boringssl-*
 
 KERBEROSV_URL=		http://web.mit.edu/kerberos/
-USE_PERL5=		build
-USE_LDCONFIG=		yes
+USES=			compiler:c++11-lang cpe gmake gettext-runtime \
+			gssapi:bootstrap,mit libtool:build localbase \
+			perl5 pkgconfig ssl
 USE_CSTD=		gnu99
+USE_LDCONFIG=		yes
+USE_PERL5=		build
 GNU_CONFIGURE=		yes
-USES=			compiler:c++11-lang cpe gmake localbase perl5 libtool:build \
-			gssapi:bootstrap,mit pkgconfig ssl \
-			gettext-runtime
 CONFIGURE_ARGS?=	--enable-shared --without-system-verto \
 			--disable-rpath --localstatedir="${PREFIX}/var" \
 			--runstatedir="${PREFIX}/var/run"


More information about the svn-ports-all mailing list