From 2149ff9a6341d3ca13853216937e1610e80f9bde Mon Sep 17 00:00:00 2001 From: wxs Date: Sun, 15 May 2011 00:54:22 +0000 Subject: Remove check for 6.x. It's EoL. Forgot to do this in the previous commit. --- security/skipfish/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'security') diff --git a/security/skipfish/Makefile b/security/skipfish/Makefile index 62757ceec2a1..4656be611ae2 100644 --- a/security/skipfish/Makefile +++ b/security/skipfish/Makefile @@ -25,10 +25,6 @@ PORTDOCS= README COPYING ChangeLog .include -.if ${OSVERSION} < 700000 -BROKEN= does not build on 6.x yet -.endif - post-patch: @${REINPLACE_CMD} -e 's:"skipfish.wl":"${DATADIR}/dictionaries/complete.wl":' \ -e 's:"assets":"${DATADIR}/assets":' ${WRKSRC}/config.h -- cgit