diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-08-10 07:46:06 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-08-10 07:46:06 +0000 |
commit | 2705a4719a053f481a605add388a8ebdc2c8c6b9 (patch) | |
tree | 2b4046b9b4cae3472b112fb61f324bc1bd7c694a /astro/josm | |
parent | 5a9ccda54013c7b11da387e8a9f66cfa8bde3782 (diff) | |
download | ports-2705a4719a053f481a605add388a8ebdc2c8c6b9.tar.gz ports-2705a4719a053f481a605add388a8ebdc2c8c6b9.zip |
- Add missing dependency.
- Bump portrevision.
Submitted by: glebius (maintainer)
Notes
Notes:
svn path=/head/; revision=239233
Diffstat (limited to 'astro/josm')
-rw-r--r-- | astro/josm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/astro/josm/Makefile b/astro/josm/Makefile index ffc34f1fdf54..8f9f959908d3 100644 --- a/astro/josm/Makefile +++ b/astro/josm/Makefile @@ -7,6 +7,7 @@ PORTNAME= josm PORTVERSION= 1788 +PORTREVISION= 1 CATEGORIES= astro java MASTER_SITES= http://josm.openstreetmap.de/download/:josm \ http://svn.openstreetmap.org/applications/editors/josm/plugins/wmsplugin/:wmsplugin @@ -20,8 +21,8 @@ COMMENT= A comprehensive editor for OpenStreetMap.org database NO_WRKSUBDIR= yes USE_QT_VER= 4 -QT_COMPONENTS= corelib gui moc_build network webkit script \ - rcc_build uic_build +QT_COMPONENTS= corelib gui imageformats moc_build network script \ + rcc_build uic_build webkit USE_JAVA= YES JAVA_VERSION= 1.5+ |