aboutsummaryrefslogtreecommitdiff
path: root/net-im/decibel
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-08-06 09:56:11 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-08-06 09:56:11 +0000
commita9f89cee0f9d62dea26309bf79481f0b5e4b0b11 (patch)
tree8a0ea62de418be8855923c6af78a8c3d3d1dabe2 /net-im/decibel
parentfa421a78b44495e5b4e469de95fd290d5d161661 (diff)
downloadports-a9f89cee0f9d62dea26309bf79481f0b5e4b0b11.tar.gz
ports-a9f89cee0f9d62dea26309bf79481f0b5e4b0b11.zip
Notes
Diffstat (limited to 'net-im/decibel')
-rw-r--r--net-im/decibel/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/net-im/decibel/Makefile b/net-im/decibel/Makefile
index 86dc99a02d5f..40cb9ac756f5 100644
--- a/net-im/decibel/Makefile
+++ b/net-im/decibel/Makefile
@@ -6,7 +6,7 @@
PORTNAME= decibel
PORTVERSION= 0.5.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-im
MASTER_SITES= http://decibel.kde.org/fileadmin/downloads/decibel/releases/
@@ -16,19 +16,13 @@ COMMENT= Realtime communications framework
LIB_DEPENDS= QtTapioca.0:${PORTSDIR}/net-im/tapioca-qt
USE_QT_VER= 4
-QT_COMPONENTS= corelib xml dbus moc_build uic_build rcc_build qtestlib
+QT_COMPONENTS= corelib qmake xml dbus moc_build uic_build rcc_build qtestlib
USE_LDCONFIG= yes
USE_CMAKE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/build
CMAKE_SOURCE_PATH= ..
-.include <bsd.port.pre.mk>
-
-.if (${ARCH} == amd64) && (${OSVERSION} < 600000)
-BROKEN= Does not compile
-.endif
-
post-extract:
${MKDIR} ${WRKSRC}
@@ -37,4 +31,4 @@ post-patch:
"s,$${LIB_INSTALL_DIR}/pkgconfig,data/pkgconfig,g"\
${WRKSRC}/../src/client/Decibel/CMakeLists.txt
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>