diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-01 08:49:19 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-01 08:49:19 +0000 |
commit | c4f73722c4aa1c78a1a23b87c7f5e64847e8a4f2 (patch) | |
tree | e094379ef6b174d20f1060e9b33bb65178c42cb0 /mail/surblhost | |
parent | 06dd0042094b2b87e403814a5a6f16ba0f41b1f2 (diff) | |
download | ports-c4f73722c4aa1c78a1a23b87c7f5e64847e8a4f2.tar.gz ports-c4f73722c4aa1c78a1a23b87c7f5e64847e8a4f2.zip |
Notes
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> |