diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2012-05-02 07:43:09 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2012-05-02 07:43:09 +0000 |
commit | 73125b7a20f1ef65cdb31ba308dbe804155a9d16 (patch) | |
tree | 68b290b230140947333a431cf15afbac87259d66 /sysutils | |
parent | 2c0e73a187134f638aaf6e03c32b90a5181107c8 (diff) | |
download | ports-73125b7a20f1ef65cdb31ba308dbe804155a9d16.tar.gz ports-73125b7a20f1ef65cdb31ba308dbe804155a9d16.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dvdvideo/Makefile | 6 |
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 |