From 02aaa0844e023e7b464c8eb2c333c0c92980ad6c Mon Sep 17 00:00:00 2001 From: jkim Date: Wed, 27 Sep 2017 05:44:42 +0000 Subject: Add a missing runtime dependency. --- java/bootstrap-openjdk6/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'java') diff --git a/java/bootstrap-openjdk6/Makefile b/java/bootstrap-openjdk6/Makefile index aa7bf022bc34..fc5a5ee73dc4 100644 --- a/java/bootstrap-openjdk6/Makefile +++ b/java/bootstrap-openjdk6/Makefile @@ -14,7 +14,8 @@ LICENSE= GPLv2 ONLY_FOR_ARCHS= amd64 i386 -RUN_DEPENDS= java-zoneinfo>0:java/java-zoneinfo +RUN_DEPENDS= java-zoneinfo>0:java/java-zoneinfo \ + ${LOCALBASE}/lib/libfreetype.so.6:print/freetype2 DISTINFO_FILE= ${.CURDIR}/distinfo.${ARCH} DISTVERSION_amd64= r450701 -- cgit