diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2011-08-11 16:07:47 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2011-08-11 16:07:47 +0000 |
commit | 21d379f14d0a5f0305319c65ff14c1cf640adca6 (patch) | |
tree | e800fb8fdeca539f0aa1cd24619de9e1729c8e4f /astro/josm | |
parent | 3010182f18f5edd3db05c64ac63fa4db82d7edf6 (diff) | |
download | ports-21d379f14d0a5f0305319c65ff14c1cf640adca6.tar.gz ports-21d379f14d0a5f0305319c65ff14c1cf640adca6.zip |
Notes
Diffstat (limited to 'astro/josm')
-rw-r--r-- | astro/josm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/astro/josm/Makefile b/astro/josm/Makefile index f463b539340e..0c0617bb7637 100644 --- a/astro/josm/Makefile +++ b/astro/josm/Makefile @@ -39,8 +39,7 @@ OPTIONS= WEBKIT_IMAGE "Build webkit-image (needed for Yahoo imagery)" on PLIST_FILES+= bin/webkit-image USE_QT_VER= 4 -QT_COMPONENTS= corelib gui imageformats moc_build network script \ - rcc_build uic_build webkit +QT_COMPONENTS= corelib gui webkit moc_build do-build: cd ${WRKSRC} && \ @@ -49,7 +48,9 @@ do-build: ${DISTDIR}/${WEBKITIMG_SRC} -o ${WEBKITIMG} -lQtCore -lQtWebKit \ -lQtGui .else -NO_BUILD= yes +# setting NO_BUILD here won't work +do-build: + @${DO_NADA} .endif do-install: |