diff options
Diffstat (limited to 'net/trafshow3/Makefile')
-rw-r--r-- | net/trafshow3/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/trafshow3/Makefile b/net/trafshow3/Makefile index 6e38956c71f7..7ea0e8b686d7 100644 --- a/net/trafshow3/Makefile +++ b/net/trafshow3/Makefile @@ -43,10 +43,4 @@ do-install: ${CP} ${PREFIX}/etc/trafshow.dist ${PREFIX}/etc/trafshow; \ fi -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 800059 -BROKEN= does not build -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |