svn commit: r490474 - head/www/mod_auth_gssapi

Steve Wills swills at FreeBSD.org
Wed Jan 16 12:02:12 UTC 2019


Author: swills
Date: Wed Jan 16 12:02:11 2019
New Revision: 490474
URL: https://svnweb.freebsd.org/changeset/ports/490474

Log:
  www/mod_auth_gssapi: Fix build on 11.2-RELEASE
  
  PR:		234993
  Submitted by:	Christian Ullrich <chris at chrullrich.net> (maintainer)

Modified:
  head/www/mod_auth_gssapi/Makefile   (contents, props changed)

Modified: head/www/mod_auth_gssapi/Makefile
==============================================================================
--- head/www/mod_auth_gssapi/Makefile	Wed Jan 16 11:55:08 2019	(r490473)
+++ head/www/mod_auth_gssapi/Makefile	Wed Jan 16 12:02:11 2019	(r490474)
@@ -13,6 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		autoreconf apache:2.4+ bison gssapi:mit,flags libtool ssl
+USES+=		pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	modauthgssapi
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list