diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-05-21 20:06:40 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-05-21 20:06:40 +0000 |
commit | dc697edee9afb8fc567671721b5665f8384c40b5 (patch) | |
tree | 0ce6112b8dc4af923fd94be2d134834b37db9e93 /multimedia | |
parent | 433265801922393e8b7989ad133e9bfafdffa46d (diff) |
- Mark broken on 4.x
Notes
Notes:
svn path=/head/; revision=135810
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/dvdstyler/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile index 3c2794a8889d..c3ae414a586f 100644 --- a/multimedia/dvdstyler/Makefile +++ b/multimedia/dvdstyler/Makefile @@ -38,6 +38,10 @@ PORTDOCS= AUTHORS COPYING INSTALL ChangeLog README .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= Does not build. +.endif + .if defined(WITH_DVD_DEVICE) DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} .else |