aboutsummaryrefslogtreecommitdiff
path: root/net-im/decibel/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2009-05-10 17:58:21 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2009-05-10 17:58:21 +0000
commit41903be44740069a8be1c758b2055bd9267a831d (patch)
treed94a6d5943aa95119aee294740e3f9372b675d17 /net-im/decibel/Makefile
parent69b710acf26275d42f1aeb3d462ded7d786875c1 (diff)
downloadports-41903be44740069a8be1c758b2055bd9267a831d.tar.gz
ports-41903be44740069a8be1c758b2055bd9267a831d.zip
Notes
Diffstat (limited to 'net-im/decibel/Makefile')
-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 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>