aboutsummaryrefslogtreecommitdiff
path: root/multimedia/bombono
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-11-27 19:22:39 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-11-27 19:22:39 +0000
commit406024fa91222e7232ebc9e6c36ca8ff75149845 (patch)
treee0219a8a15b9b9a0b14c63574dbccaa196fcfae1 /multimedia/bombono
parentcbce4a7dbaf0c4962d3e4476873866508b5de6c1 (diff)
downloadports-406024fa91222e7232ebc9e6c36ca8ff75149845.tar.gz
ports-406024fa91222e7232ebc9e6c36ca8ff75149845.zip
Notes
Diffstat (limited to 'multimedia/bombono')
-rw-r--r--multimedia/bombono/Makefile8
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>