aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/xosview
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-09-07 08:19:24 +0800
committerkris <kris@FreeBSD.org>2005-09-07 08:19:24 +0800
commitbc5f61b9cc827269bfc221ebfa07c12afd0f3be8 (patch)
tree47c93403bdd9ed9d1d969dc1f90f00a78ffc906f /sysutils/xosview
parent3f3fca525825ee8a37698086dd51c43a72259a52 (diff)
downloadfreebsd-ports-gnome-bc5f61b9cc827269bfc221ebfa07c12afd0f3be8.tar.gz
freebsd-ports-gnome-bc5f61b9cc827269bfc221ebfa07c12afd0f3be8.tar.zst
freebsd-ports-gnome-bc5f61b9cc827269bfc221ebfa07c12afd0f3be8.zip
BROKEN on 7.x: Does not compile
Diffstat (limited to 'sysutils/xosview')
-rw-r--r--sysutils/xosview/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile
index 6240e6feb879..b5a631d853ba 100644
--- a/sysutils/xosview/Makefile
+++ b/sysutils/xosview/Makefile
@@ -22,6 +22,10 @@ MAN1= xosview.1
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700000
+BROKEN= "Does not compile on FreeBSD >= 7.x"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's,iostream.h,iostream,' \
${WRKSRC}/xwin.h \