diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 10:15:24 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 10:15:24 +0000 |
commit | e6337684a674e6c3f5a382f4ca7ec4fcfbd10a3f (patch) | |
tree | eab81ed3d67a5d5c871b5e2603df022c4faf899c /multimedia | |
parent | 6f07558a470ffa1d87d80af0b4007d14060e7808 (diff) | |
download | FreeBSD-ports-e6337684a674e6c3f5a382f4ca7ec4fcfbd10a3f.zip FreeBSD-ports-e6337684a674e6c3f5a382f4ca7ec4fcfbd10a3f.tar.gz |
BROKEN on 5.1: bad C++
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mpegedit/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/mpegedit/Makefile b/multimedia/mpegedit/Makefile index 1a1b36b..f982f01 100644 --- a/multimedia/mpegedit/Makefile +++ b/multimedia/mpegedit/Makefile @@ -16,6 +16,12 @@ COMMENT= A program to edit encoded mpeg streams LIB_DEPENDS= netpbm.1:${PORTSDIR}/graphics/netpbm +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_X_PREFIX= yes post-extract: @@ -29,4 +35,4 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/manual.ps ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |