Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2020 09:15:55 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526496 - head/security/krb5-118
Message-ID:  <202002190915.01J9FtYD098740@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



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