summaryrefslogtreecommitdiff
path: root/multimedia/dvdauthor
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 11:48:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 11:48:21 +0000
commitbc2b8d09afb2447faaa98aa5f5c1e66ed3a7bc11 (patch)
tree6198944537e2605f2a41371bfe1a13fd435427bc /multimedia/dvdauthor
parentBROKEN on 5.1: installation fails (diff)
BROKEN on 5.1: does not compile
Notes
Notes: svn path=/head/; revision=81219
Diffstat (limited to 'multimedia/dvdauthor')
-rw-r--r--multimedia/dvdauthor/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile
index e3d471751ab0..c06985dd7e1b 100644
--- a/multimedia/dvdauthor/Makefile
+++ b/multimedia/dvdauthor/Makefile
@@ -17,6 +17,12 @@ COMMENT= Makes a DVD file structure from one or more MPEG2 streams
LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread \
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
USE_GMAKE= yes
GNU_CONFIGURE= yes
@@ -26,4 +32,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dvdauthor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>