diff options
author | erwin <erwin@FreeBSD.org> | 2009-04-22 16:36:35 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-04-22 16:36:35 +0800 |
commit | 3985a403618606924d43680fa093d98561e647da (patch) | |
tree | f926719bb93fbe2e783bf3379f3c82fd2d59f4d8 /net/wackamole | |
parent | 66f0d663203c3b04c4f947a261c2b9cd067addde (diff) | |
download | freebsd-ports-gnome-3985a403618606924d43680fa093d98561e647da.tar.gz freebsd-ports-gnome-3985a403618606924d43680fa093d98561e647da.tar.zst freebsd-ports-gnome-3985a403618606924d43680fa093d98561e647da.zip |
Remove BROKEN tag, it builds with the backwards compat shims.
Diffstat (limited to 'net/wackamole')
-rw-r--r-- | net/wackamole/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/wackamole/Makefile b/net/wackamole/Makefile index 01be6470e990..0189aabe512c 100644 --- a/net/wackamole/Makefile +++ b/net/wackamole/Makefile @@ -22,10 +22,4 @@ CONFIGURE_ENV+= YACC=${YACC} MAN5= wackamole.conf.5 MAN8= wackamole.8 wackatrl.8 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 800059 -BROKEN= does not build -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |