diff options
Diffstat (limited to 'net-mgmt/pftabled/Makefile')
-rw-r--r-- | net-mgmt/pftabled/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net-mgmt/pftabled/Makefile b/net-mgmt/pftabled/Makefile index 4b8e84bb8c8..d7133f24195 100644 --- a/net-mgmt/pftabled/Makefile +++ b/net-mgmt/pftabled/Makefile @@ -22,10 +22,4 @@ PLIST_FILES= bin/pftabled-client sbin/pftabled GNU_CONFIGURE= yes USE_GMAKE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |