diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-05-10 17:58:21 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-05-10 17:58:21 +0000 |
commit | 41903be44740069a8be1c758b2055bd9267a831d (patch) | |
tree | d94a6d5943aa95119aee294740e3f9372b675d17 /net-im/decibel/Makefile | |
parent | 69b710acf26275d42f1aeb3d462ded7d786875c1 (diff) | |
download | ports-41903be44740069a8be1c758b2055bd9267a831d.tar.gz ports-41903be44740069a8be1c758b2055bd9267a831d.zip |
Notes
Diffstat (limited to 'net-im/decibel/Makefile')
-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 23bab9528b52..dcb674617b25 100644 --- a/net-im/decibel/Makefile +++ b/net-im/decibel/Makefile @@ -6,7 +6,7 @@ PORTNAME= decibel PORTVERSION= 0.5.0 -PORTREVISION= 6 +PORTREVISION= 7 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 qmake xml dbus moc_build uic_build rcc_build qtestlib +QT_COMPONENTS= xml dbus qtestlib qmake_build moc_build uic_build rcc_build USE_LDCONFIG= yes USE_CMAKE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/build -CMAKE_SOURCE_PATH= .. - -post-extract: - ${MKDIR} ${WRKSRC} - post-patch: ${REINPLACE_CMD} -e \ "s,$${LIB_INSTALL_DIR}/pkgconfig,data/pkgconfig,g"\ - ${WRKSRC}/../src/client/Decibel/CMakeLists.txt + ${WRKSRC}/src/client/Decibel/CMakeLists.txt .include <bsd.port.mk> |