summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2011-08-11 16:07:47 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2011-08-11 16:07:47 +0000
commit21d379f14d0a5f0305319c65ff14c1cf640adca6 (patch)
treee800fb8fdeca539f0aa1cd24619de9e1729c8e4f /astro
parentAlso make sure the port builds with gcc. (diff)
- Fix build if build is done in the same make invocation with make config [1]
- Remove dependency on unneeded QT components Reported by: glebius [1]
Notes
Notes: svn path=/head/; revision=279496
Diffstat (limited to 'astro')
-rw-r--r--astro/josm/Makefile7
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: