diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-06-12 19:15:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-06-12 19:15:18 +0000 |
commit | 4795cfef4cf828b594ec166c614122073308ae41 (patch) | |
tree | e45b6fe04bafd10edc75614ac0008bd354b9d018 /java/java3d | |
parent | - fix build with custom LOCALBASE (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=235661
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 |