diff options
Diffstat (limited to 'astro/josm/Makefile')
-rw-r--r-- | astro/josm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/josm/Makefile b/astro/josm/Makefile index ae65ce432bc9..76e8d5bed521 100644 --- a/astro/josm/Makefile +++ b/astro/josm/Makefile @@ -44,8 +44,7 @@ pre-everything:: .if defined(WITH_WEBKIT_IMAGE) PLIST_FILES+= bin/webkit-image -USE_QT_VER= 4 -QT_COMPONENTS= corelib gui webkit moc_build +USE_QT4= corelib gui webkit moc_build do-build: cd ${WRKSRC} && \ |