diff options
author | kris <kris@FreeBSD.org> | 2005-09-07 08:19:24 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-09-07 08:19:24 +0800 |
commit | bc5f61b9cc827269bfc221ebfa07c12afd0f3be8 (patch) | |
tree | 47c93403bdd9ed9d1d969dc1f90f00a78ffc906f /sysutils | |
parent | 3f3fca525825ee8a37698086dd51c43a72259a52 (diff) | |
download | freebsd-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')
-rw-r--r-- | sysutils/xosview/Makefile | 4 |
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 \ |