aboutsummaryrefslogtreecommitdiff
path: root/mail/surblhost
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-09-01 08:49:19 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-09-01 08:49:19 +0000
commitc4f73722c4aa1c78a1a23b87c7f5e64847e8a4f2 (patch)
treee094379ef6b174d20f1060e9b33bb65178c42cb0 /mail/surblhost
parent06dd0042094b2b87e403814a5a6f16ba0f41b1f2 (diff)
downloadports-c4f73722c4aa1c78a1a23b87c7f5e64847e8a4f2.tar.gz
ports-c4f73722c4aa1c78a1a23b87c7f5e64847e8a4f2.zip
Notes
Diffstat (limited to 'mail/surblhost')
-rw-r--r--mail/surblhost/Makefile8
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>