aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xosview
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-18 22:09:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-18 22:09:44 +0000
commit3bb8347198178884c067b2603569360a7fa5f31d (patch)
tree0e37e99c4721846fc879dbda4aa7a69e360a838b /sysutils/xosview
parentf7ecb45309ff32109c9525f0b4a22c994d5cd24b (diff)
downloadports-3bb8347198178884c067b2603569360a7fa5f31d.tar.gz
ports-3bb8347198178884c067b2603569360a7fa5f31d.zip
Notes
Diffstat (limited to 'sysutils/xosview')
-rw-r--r--sysutils/xosview/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile
index b99f2d5d3a30..1c7f327e1da7 100644
--- a/sysutils/xosview/Makefile
+++ b/sysutils/xosview/Makefile
@@ -20,6 +20,12 @@ GNU_CONFIGURE= yes
USE_REINPLACE= yes
MAN1= xosview.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 600000
+BROKEN= "Configure fails on FreeBSD >= 6.x"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's,iostream.h,iostream,' \
${WRKSRC}/xwin.h \
@@ -43,4 +49,4 @@ post-patch:
@${REINPLACE_CMD} -e 's,-O4 -pipe,,' \
${WRKSRC}/configure
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>