diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:09:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:09:44 +0000 |
commit | 3bb8347198178884c067b2603569360a7fa5f31d (patch) | |
tree | 0e37e99c4721846fc879dbda4aa7a69e360a838b /sysutils/xosview | |
parent | f7ecb45309ff32109c9525f0b4a22c994d5cd24b (diff) | |
download | ports-3bb8347198178884c067b2603569360a7fa5f31d.tar.gz ports-3bb8347198178884c067b2603569360a7fa5f31d.zip |
Notes
Diffstat (limited to 'sysutils/xosview')
-rw-r--r-- | sysutils/xosview/Makefile | 8 |
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> |