diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-04-18 21:16:20 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-04-18 21:16:20 +0000 |
commit | 7becd641a5d585f7b9d7c08acc1b113aa39f3b13 (patch) | |
tree | 8b71102f8d6daa229c16b07f2138f08899367d26 /mail/poppwd | |
parent | 9ca24c3092cf5d324976f17a5d5dbcc26c8f6946 (diff) |
Notes
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> |