diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-04-19 05:16:20 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-04-19 05:16:20 +0800 |
commit | 5edf9f329a7cc1da6553d48b8714d8dd8bb6a619 (patch) | |
tree | bc0029dbac089dbaa479eeaa5509e41b7d38ae05 /mail | |
parent | ea93d7d322a732e52e91d85ae01fbbaaafaa1fc6 (diff) | |
download | freebsd-ports-gnome-5edf9f329a7cc1da6553d48b8714d8dd8bb6a619.tar.gz freebsd-ports-gnome-5edf9f329a7cc1da6553d48b8714d8dd8bb6a619.tar.zst freebsd-ports-gnome-5edf9f329a7cc1da6553d48b8714d8dd8bb6a619.zip |
Remove 4.x support.
PR: ports/111768
Submitted by: Marcelo Araujo (araujo@bsdmail.org)
Reviewed by: maintainer
Diffstat (limited to 'mail')
-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> |