diff options
author | eadler <eadler@FreeBSD.org> | 2012-01-09 12:01:17 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-01-09 12:01:17 +0800 |
commit | cb22869dc2ceb21005021637a2d9a3faf9759f78 (patch) | |
tree | bad5b4bf1d7e657f7f9e78813b8be5f95fdf76e1 /mail/mahogany | |
parent | 4738c2964da31d9d19bd227b6ca2d4c6b7b6ca35 (diff) | |
download | freebsd-ports-gnome-cb22869dc2ceb21005021637a2d9a3faf9759f78.tar.gz freebsd-ports-gnome-cb22869dc2ceb21005021637a2d9a3faf9759f78.tar.zst freebsd-ports-gnome-cb22869dc2ceb21005021637a2d9a3faf9759f78.zip |
- Remove outdated version checks
Reviewed by: nox
Diffstat (limited to 'mail/mahogany')
-rw-r--r-- | mail/mahogany/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/mahogany/Makefile b/mail/mahogany/Makefile index 5b2bbfa68e6a..5b6dc34bc4a5 100644 --- a/mail/mahogany/Makefile +++ b/mail/mahogany/Makefile @@ -29,11 +29,9 @@ MAN1= M.1 mahogany.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 .if ${ARCH} == "amd64" || ${ARCH} == "sparc64" BROKEN= Does not compile with GCC 4.2 .endif -.endif .if !defined(WITHOUT_NLS) USE_GETTEXT= yes |