diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2011-05-15 00:54:22 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2011-05-15 00:54:22 +0000 |
commit | c6a0a5e99650023f5eb86a51016853400bdd1b42 (patch) | |
tree | 4cc3848065cc46c1d342cd2b6d7bdaf4432c454a | |
parent | Update to 1.88b (diff) |
Remove check for 6.x. It's EoL. Forgot to do this in the previous commit.
Notes
Notes:
svn path=/head/; revision=274131
-rw-r--r-- | security/skipfish/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
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 <bsd.port.pre.mk> -.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 |