aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2012-05-02 07:43:09 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2012-05-02 07:43:09 +0000
commit73125b7a20f1ef65cdb31ba308dbe804155a9d16 (patch)
tree68b290b230140947333a431cf15afbac87259d66 /sysutils
parent2c0e73a187134f638aaf6e03c32b90a5181107c8 (diff)
downloadports-73125b7a20f1ef65cdb31ba308dbe804155a9d16.tar.gz
ports-73125b7a20f1ef65cdb31ba308dbe804155a9d16.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dvdvideo/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/dvdvideo/Makefile b/sysutils/dvdvideo/Makefile
index b7a55ed02adc..ac298d3a3d80 100644
--- a/sysutils/dvdvideo/Makefile
+++ b/sysutils/dvdvideo/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dvdvideo
PORTVERSION= 20120126
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils multimedia
MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
LOCAL/martymac
@@ -36,6 +36,10 @@ DVDCSS_LIBVERSION= 3
.include <bsd.port.pre.mk>
+.if ${PYTHON_REL} >= 323
+BROKEN= bad plist with latest python
+.endif
+
.if defined(WITH_DVDCSS)
LIB_DEPENDS+= dvdcss.${DVDCSS_LIBVERSION}:${PORTSDIR}/multimedia/libdvdcss
.endif