diff options
author | glewis <glewis@FreeBSD.org> | 2010-01-04 13:12:17 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2010-01-04 13:12:17 +0800 |
commit | 1d32395d70d8ef14ef8a81a647e82a86a2931e16 (patch) | |
tree | 4e023b56cab237c673256f543c53569fbcf52911 /java | |
parent | 5a89f1aa782c1d193e2fa1a1f3548085d965dac1 (diff) | |
download | freebsd-ports-gnome-1d32395d70d8ef14ef8a81a647e82a86a2931e16.tar.gz freebsd-ports-gnome-1d32395d70d8ef14ef8a81a647e82a86a2931e16.tar.zst freebsd-ports-gnome-1d32395d70d8ef14ef8a81a647e82a86a2931e16.zip |
. Add a couple for necessary dependencies to USE_XORG.
Pointed out by: QAT
Diffstat (limited to 'java')
-rw-r--r-- | java/openjdk7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/openjdk7/Makefile b/java/openjdk7/Makefile index 2b215586fe92..7a79e87c1e9a 100644 --- a/java/openjdk7/Makefile +++ b/java/openjdk7/Makefile @@ -27,7 +27,7 @@ LATEST_LINK= openjdk7 USE_GMAKE= YES USE_ICONV= YES -USE_XORG+= xtst xi xt x11 +USE_XORG+= x11 xext xi xrender xt xtst LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 BUILD_DEPENDS+= ant:${PORTSDIR}/devel/apache-ant |