diff options
author | rakuco <rakuco@FreeBSD.org> | 2012-05-22 07:28:20 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2012-05-22 07:28:20 +0800 |
commit | 458c9f439c29839041ae4b4df59b84078fb56bc1 (patch) | |
tree | acc6c922f7fd06a0e0f3139d1961240f0674d410 /astro | |
parent | de38e0d0874bcc7f991e0812c4658ba9f2df5b81 (diff) | |
download | freebsd-ports-gnome-458c9f439c29839041ae4b4df59b84078fb56bc1.tar.gz freebsd-ports-gnome-458c9f439c29839041ae4b4df59b84078fb56bc1.tar.zst freebsd-ports-gnome-458c9f439c29839041ae4b4df59b84078fb56bc1.zip |
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/Makefile | 4 |
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 |