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 | |
parent | 79e5899e87a5aef1cbdbec089b103b99a164ed1a (diff) |
Mark BROKEN on HEAD after the import of strndup(3).
As OSVERSION was not bumped at the time, approximate with 800058.
Submitted by: pointyhat
Notes
Notes:
svn path=/head/; revision=225506
Diffstat (limited to 'mail')
-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> |