diff options
author | pav <pav@FreeBSD.org> | 2009-06-13 03:15:18 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-06-13 03:15:18 +0800 |
commit | 92605c461c16b5a80a7a9d12b31323c0c6701415 (patch) | |
tree | f814197138ff1ebf37b9f4ae97fbaf50993cb1d2 /java/java3d | |
parent | 6e52cd8d2964827b2a0f537aca86f6dd680ea1cc (diff) | |
download | freebsd-ports-gnome-92605c461c16b5a80a7a9d12b31323c0c6701415.tar.gz freebsd-ports-gnome-92605c461c16b5a80a7a9d12b31323c0c6701415.tar.zst freebsd-ports-gnome-92605c461c16b5a80a7a9d12b31323c0c6701415.zip |
- Attempt to fix build on 8.X: this needs libXt, which is provided indirectly
on 7.X but not on 8.X
Reported by: pointyhat
Diffstat (limited to 'java/java3d')
-rw-r--r-- | java/java3d/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/java3d/Makefile b/java/java3d/Makefile index 569f5348888e..dbfed950ebc1 100644 --- a/java/java3d/Makefile +++ b/java/java3d/Makefile @@ -19,6 +19,7 @@ USE_BZIP2= yes USE_JAVA= yes USE_GL= gl +USE_XORG= xt JAVA_VERSION= 1.5+ USE_ANT= yes |