diff options
Diffstat (limited to 'mail/poppwd')
-rw-r--r-- | mail/poppwd/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mail/poppwd/Makefile b/mail/poppwd/Makefile index 375ba2a82819..0526963c9aa2 100644 --- a/mail/poppwd/Makefile +++ b/mail/poppwd/Makefile @@ -20,10 +20,4 @@ MAN8= poppwd.8 MANCOMPRESSED= maybe PLIST_FILES= libexec/poppwd -.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> |