diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-01-08 17:36:31 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-01-08 17:36:31 +0000 |
commit | 9aff21ffbd0e1d31f0583f5dfbab9e300cfc2a19 (patch) | |
tree | f4a00ae24154a2625a53571f1e40f3297026e9c5 /mail/smfsav | |
parent | 79e5899e87a5aef1cbdbec089b103b99a164ed1a (diff) | |
download | ports-9aff21ffbd0e1d31f0583f5dfbab9e300cfc2a19.tar.gz ports-9aff21ffbd0e1d31f0583f5dfbab9e300cfc2a19.zip |
Notes
Diffstat (limited to 'mail/smfsav')
-rw-r--r-- | mail/smfsav/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/smfsav/Makefile b/mail/smfsav/Makefile index 2104dc4bb085..bbfe0b1d53f8 100644 --- a/mail/smfsav/Makefile +++ b/mail/smfsav/Makefile @@ -56,4 +56,10 @@ post-install: ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800058 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |