diff options
author | wxs <wxs@FreeBSD.org> | 2011-05-15 08:54:22 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2011-05-15 08:54:22 +0800 |
commit | 2149ff9a6341d3ca13853216937e1610e80f9bde (patch) | |
tree | 0e71097a4ac5dc046a41aa0f507c3cc67a5de172 /security/skipfish | |
parent | 0d84b751a35bd8496bcf69585ea41f6f996909f2 (diff) | |
download | freebsd-ports-gnome-2149ff9a6341d3ca13853216937e1610e80f9bde.tar.gz freebsd-ports-gnome-2149ff9a6341d3ca13853216937e1610e80f9bde.tar.zst freebsd-ports-gnome-2149ff9a6341d3ca13853216937e1610e80f9bde.zip |
Remove check for 6.x. It's EoL. Forgot to do this in the previous commit.
Diffstat (limited to 'security/skipfish')
-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 |