diff options
Diffstat (limited to 'mail/surblhost')
-rw-r--r-- | mail/surblhost/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/surblhost/Makefile b/mail/surblhost/Makefile index 561077f932c7..9648ffb8782e 100644 --- a/mail/surblhost/Makefile +++ b/mail/surblhost/Makefile @@ -18,4 +18,10 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= does not compile on 4.x +.endif + +.include <bsd.port.post.mk> |