diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-03-19 23:15:23 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-03-19 23:15:23 +0000 |
commit | 567ffee00eb31d4cc49ab6d59047dac47e883cd2 (patch) | |
tree | 6c8e7136349d500934834178443a22a262bb0383 /astro/josm | |
parent | f982142fa21608b487dabac1213c092ef213518d (diff) | |
download | ports-567ffee00eb31d4cc49ab6d59047dac47e883cd2.tar.gz ports-567ffee00eb31d4cc49ab6d59047dac47e883cd2.zip |
Notes
Diffstat (limited to 'astro/josm')
-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 a7bb38c92407..d15f621a3257 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 network webkit +QT_COMPONENTS= corelib gui moc network webkit USE_JAVA= YES JAVA_VERSION= 1.5+ |