aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/kmplayer
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-11-10 09:20:16 +0800
committerlofi <lofi@FreeBSD.org>2004-11-10 09:20:16 +0800
commitc9ad8a3ab2fe95b5ce474f1b53bde417cf2a276b (patch)
tree474d3bd6bf08719ca4e7c555ef0f300fcefa3859 /multimedia/kmplayer
parenta88de24ac1a0b90b6cdf19bd3fa36d3484dcf035 (diff)
downloadfreebsd-ports-graphics-c9ad8a3ab2fe95b5ce474f1b53bde417cf2a276b.tar.gz
freebsd-ports-graphics-c9ad8a3ab2fe95b5ce474f1b53bde417cf2a276b.tar.zst
freebsd-ports-graphics-c9ad8a3ab2fe95b5ce474f1b53bde417cf2a276b.zip
Pthread-check fix for this one as well.
Diffstat (limited to 'multimedia/kmplayer')
-rw-r--r--multimedia/kmplayer/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/kmplayer/Makefile b/multimedia/kmplayer/Makefile
index a2331819c21..cb4d2b39398 100644
--- a/multimedia/kmplayer/Makefile
+++ b/multimedia/kmplayer/Makefile
@@ -7,6 +7,7 @@
PORTNAME= kmplayer
PORTVERSION= 0.8.3a
+PORTREVISION= 1
CATEGORIES= multimedia audio kde
MASTER_SITES= http://www.xs4all.nl/%7Ejjvrieze/
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.r/rc/}
@@ -14,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.r/rc/}
MAINTAINER= lioux@FreeBSD.org
COMMENT= KDE frontend to mplayer
+EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure
+
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
USE_BZIP2= yes