diff options
-rw-r--r-- | astro/josm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/josm/Makefile b/astro/josm/Makefile index d15f621a3257..36092dfc1251 100644 --- a/astro/josm/Makefile +++ b/astro/josm/Makefile @@ -20,7 +20,7 @@ COMMENT= A comprehensive editor for OpenStreetMap.org database NO_WRKSUBDIR= yes USE_QT_VER= 4 -QT_COMPONENTS= corelib gui moc network webkit +QT_COMPONENTS= corelib gui moc_build network webkit USE_JAVA= YES JAVA_VERSION= 1.5+ |