diff options
author | stas <stas@FreeBSD.org> | 2009-03-20 07:15:23 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-03-20 07:15:23 +0800 |
commit | 9c2100e94f59f837fc56b4ccd9a5335225dea4f0 (patch) | |
tree | edf98de5da28528b4ce6a4e0e0e48c3e01c6fe12 /astro | |
parent | dd7077522b82ad677e25e4b0b7ca1d35f086fe29 (diff) | |
download | freebsd-ports-gnome-9c2100e94f59f837fc56b4ccd9a5335225dea4f0.tar.gz freebsd-ports-gnome-9c2100e94f59f837fc56b4ccd9a5335225dea4f0.tar.zst freebsd-ports-gnome-9c2100e94f59f837fc56b4ccd9a5335225dea4f0.zip |
- MOC is also required.
Diffstat (limited to 'astro')
-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+ |