diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-11-27 19:22:39 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-11-27 19:22:39 +0000 |
commit | 406024fa91222e7232ebc9e6c36ca8ff75149845 (patch) | |
tree | e0219a8a15b9b9a0b14c63574dbccaa196fcfae1 /multimedia/bombono | |
parent | cbce4a7dbaf0c4962d3e4476873866508b5de6c1 (diff) | |
download | ports-406024fa91222e7232ebc9e6c36ca8ff75149845.tar.gz ports-406024fa91222e7232ebc9e6c36ca8ff75149845.zip |
Notes
Diffstat (limited to 'multimedia/bombono')
-rw-r--r-- | multimedia/bombono/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/multimedia/bombono/Makefile b/multimedia/bombono/Makefile index c4db259437aa..1d4052e5785b 100644 --- a/multimedia/bombono/Makefile +++ b/multimedia/bombono/Makefile @@ -34,11 +34,7 @@ MAKE_ARGS= DVDREAD_INCLUDE=${LOCALBASE}/include \ CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" \ CC="${CC}" CXX="${CXX}" -.include <bsd.port.pre.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 -BROKEN= does not build on 10.x+ -.endif +BROKEN= does not build post-patch: @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/SConstruct @@ -47,4 +43,4 @@ post-install: cd ${WRKSRC}/docs/man/man1 && ${INSTALL_MAN} bombono-dvd.1 \ mpeg2demux.1 ${STAGEDIR}${MANPREFIX}/man/man1 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |