aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2009-03-25 03:11:23 +0800
committermakc <makc@FreeBSD.org>2009-03-25 03:11:23 +0800
commit7b4639d20c13a32165e09360f232cbf52ac84504 (patch)
tree99b1e4f31f9c29a02c1b60dc4aee185328dc5e71 /multimedia
parent34f4bf1e38b30974641b9f8900fb4e2dffe750d7 (diff)
downloadfreebsd-ports-gnome-7b4639d20c13a32165e09360f232cbf52ac84504.tar.gz
freebsd-ports-gnome-7b4639d20c13a32165e09360f232cbf52ac84504.tar.zst
freebsd-ports-gnome-7b4639d20c13a32165e09360f232cbf52ac84504.zip
Update devel/cmake to 2.6.3.
- Set INSTALL_TARGET for cmake based ports to install/strip. This solves problem of installing non-stripped binaries (noticed by delphij for KDE4 ports) - Fix linking to -lpthread for cmake based ports (KDE4 ports are affected mostly)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/kdemultimedia4/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/multimedia/kdemultimedia4/Makefile b/multimedia/kdemultimedia4/Makefile
index 892efb1a649d..d572fa377905 100644
--- a/multimedia/kdemultimedia4/Makefile
+++ b/multimedia/kdemultimedia4/Makefile
@@ -6,6 +6,7 @@
PORTNAME= kdemultimedia
PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 1
CATEGORIES= multimedia kde ipv6
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@@ -35,13 +36,7 @@ QT_COMPONENTS= corelib opengl dbus qt3support designer network svg qtestlib \
qmake_build moc_build rcc_build uic_build
USE_OPENLDAP= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 700000
-CMAKE_USE_PTHREAD+= yes
-.endif
-
post-extract:
${MKDIR} ${WRKSRC}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>