diff options
Diffstat (limited to 'sysutils/xosview/Makefile')
-rw-r--r-- | sysutils/xosview/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index 1c7f327e1da..6240e6feb87 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -7,7 +7,7 @@ # PORTNAME= xosview -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,10 +22,6 @@ 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 \ @@ -46,7 +42,7 @@ post-patch: ${WRKSRC}/fieldmeter.cc \ ${WRKSRC}/fieldmeterdecay.cc \ ${WRKSRC}/fieldmetergraph.cc - @${REINPLACE_CMD} -e 's,-O4 -pipe,,' \ + @${REINPLACE_CMD} -e 's,-O4,,' \ ${WRKSRC}/configure .include <bsd.port.post.mk> |