diff options
author | jkim <jkim@FreeBSD.org> | 2017-09-27 13:44:42 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:37:03 +0800 |
commit | 2048ccb96446377df36054c1c7f5c8ed1390f46e (patch) | |
tree | 624cb963a56f7c34dcf856d36e645694f680c06a /java | |
parent | c3ac241295f694e3f32daa0776c124ca6103b7a9 (diff) | |
download | freebsd-ports-gnome-2048ccb96446377df36054c1c7f5c8ed1390f46e.tar.gz freebsd-ports-gnome-2048ccb96446377df36054c1c7f5c8ed1390f46e.tar.zst freebsd-ports-gnome-2048ccb96446377df36054c1c7f5c8ed1390f46e.zip |
Add a missing runtime dependency.
Diffstat (limited to 'java')
-rw-r--r-- | java/bootstrap-openjdk6/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |