diff options
-rw-r--r-- | net-im/decibel/Makefile | 12 |
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> |