aboutsummaryrefslogtreecommitdiff
path: root/mail/smfsav
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-20 15:45:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-20 15:45:21 +0000
commit5a23bb49bd36e79bbe2eb49a55ff65cdad56c548 (patch)
treeb4ccb9aa213c7b7ca2d614dd6efab8bf9656fb69 /mail/smfsav
parente463dfdc2d5bd0f1470af7ad88576fd8f54d9cdf (diff)
downloadports-5a23bb49bd36e79bbe2eb49a55ff65cdad56c548.tar.gz
ports-5a23bb49bd36e79bbe2eb49a55ff65cdad56c548.zip
Notes
Diffstat (limited to 'mail/smfsav')
-rw-r--r--mail/smfsav/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/smfsav/Makefile b/mail/smfsav/Makefile
index 3a129d62be5e..6657036cc154 100644
--- a/mail/smfsav/Makefile
+++ b/mail/smfsav/Makefile
@@ -34,6 +34,12 @@ USE_RC_SUBR= smfsav
SUB_FILES= pkg-message
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
pre-build:
@${ECHO}
@${ECHO} [*] Compiling BIND 8 to make SmfSav able to resolve DNS names
@@ -56,4 +62,4 @@ post-install:
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>