svn commit: r495907 - head/java/openjdk11

Greg Lewis glewis at FreeBSD.org
Sat Mar 16 16:19:43 UTC 2019


Author: glewis
Date: Sat Mar 16 16:19:42 2019
New Revision: 495907
URL: https://svnweb.freebsd.org/changeset/ports/495907

Log:
  Add pkgconfig to USES
  
  Reported by:	Jonathan Chen <jonc at chen.org.nz>

Modified:
  head/java/openjdk11/Makefile

Modified: head/java/openjdk11/Makefile
==============================================================================
--- head/java/openjdk11/Makefile	Sat Mar 16 16:17:30 2019	(r495906)
+++ head/java/openjdk11/Makefile	Sat Mar 16 16:19:42 2019	(r495907)
@@ -24,7 +24,7 @@ LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libgif.so:graphics/giflib \
 		libpng16.so:graphics/png
 
-USES=		compiler:features gmake iconv jpeg
+USES=		compiler:features gmake iconv jpeg pkgconfig
 USE_XORG=	xext x11 xrender xtst xi xt
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-jdk${JDK_MAJOR_VERSION}u-jdk-${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}-${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION}


More information about the svn-ports-head mailing list