summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-05-21 23:28:20 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-05-21 23:28:20 +0000
commitcc87e10cafb6ca8cfeee0a891dbd290ec7db4e32 (patch)
treee94271671f9c358061c5598c4dfe8d143ad40896 /astro
parentExplicitly depend on phonon. (diff)
Explicitly depend on qt4-dbus.
This is needed for the port to build with the upcoming Qt 4.8.1 update. qt4-dbus was probably brought in as an implicit dependency by another dependency, and was broken with the update. PORTREVISION bumped due to the change in the dependency list. Approved by: miwi (Qt 4.8.1 exp-run)
Diffstat (limited to 'astro')
-rw-r--r--astro/qlandkartegt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/qlandkartegt/Makefile b/astro/qlandkartegt/Makefile
index cc926a46fc2d..60d566e7d4db 100644
--- a/astro/qlandkartegt/Makefile
+++ b/astro/qlandkartegt/Makefile
@@ -7,7 +7,7 @@
PORTNAME= qlandkartegt
PORTVERSION= 1.3.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= astro
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/QLandkarteGT%20${PORTVERSION}
@@ -22,7 +22,7 @@ LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal \
USE_CMAKE= yes
USE_QT_VER= 4
-QT_COMPONENTS= gui opengl network sql xml linguist_build \
+QT_COMPONENTS= dbus gui opengl network sql xml linguist_build \
moc_build uic_build rcc_build qmake_build
MAKE_JOBS_SAFE= yes