From 1bc38e5917b8cea3b0e88cf78156ae0f2d1fa031 Mon Sep 17 00:00:00 2001 From: dougb Date: Tue, 1 Nov 2011 20:46:07 +0000 Subject: Remove references to unsupported FreeBSD versions. Mostly of the form: .if ${OSVERSION} < 700000 --- x11-toolkits/sakura/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/sakura/Makefile b/x11-toolkits/sakura/Makefile index 8c540861d223..b4e94165d2e6 100644 --- a/x11-toolkits/sakura/Makefile +++ b/x11-toolkits/sakura/Makefile @@ -20,12 +20,6 @@ USE_BZIP2= yes MAN1= sakura.1 -.include - -.if ${OSVERSION} < 700000 -BROKEN= does not compile -.endif - post-patch: @${REINPLACE_CMD} -e '/NOT MATCHES "Debug"/d ; \ /"-O2"/d ; \ @@ -38,4 +32,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR} .endif -.include +.include -- cgit