diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-02-13 09:51:06 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-02-13 09:51:06 +0000 |
commit | fcab1880ba927a65c075d978e1cdff5dccd60dd0 (patch) | |
tree | 336a16bd74aa062a80b6b477e1e96e15e57c292c /mail/smfsav | |
parent | 1f845b4223509493770dbc2a6f88bff8ccd272d2 (diff) | |
download | ports-fcab1880ba927a65c075d978e1cdff5dccd60dd0.tar.gz ports-fcab1880ba927a65c075d978e1cdff5dccd60dd0.zip |
Notes
Diffstat (limited to 'mail/smfsav')
-rw-r--r-- | mail/smfsav/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/smfsav/Makefile b/mail/smfsav/Makefile index bbfe0b1d53f8..53b7411ff619 100644 --- a/mail/smfsav/Makefile +++ b/mail/smfsav/Makefile @@ -58,7 +58,7 @@ post-install: .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 800058 +.if ${OSVERSION} >= 800058 || (${OSVERSION} >= 701101 && ${OSVERSION} < 800000) BROKEN= does not build .endif |