diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-06 18:51:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-06 18:51:17 +0000 |
commit | f8b62e978b8163ce168c67cb74f5974564142e2d (patch) | |
tree | c4e12f6b4ec908d41d81bbc6572a6ce6680f4ed2 /astro | |
parent | 1217fb860f00379c2bc3c1427e50aa6d8211714c (diff) |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/josm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/josm/Makefile b/astro/josm/Makefile index ecdc1545a6fa..ffc34f1fdf54 100644 --- a/astro/josm/Makefile +++ b/astro/josm/Makefile @@ -20,7 +20,8 @@ COMMENT= A comprehensive editor for OpenStreetMap.org database NO_WRKSUBDIR= yes USE_QT_VER= 4 -QT_COMPONENTS= corelib gui moc_build network webkit +QT_COMPONENTS= corelib gui moc_build network webkit script \ + rcc_build uic_build USE_JAVA= YES JAVA_VERSION= 1.5+ |