aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/healthd
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-05-05 09:19:32 +0800
committerkris <kris@FreeBSD.org>2004-05-05 09:19:32 +0800
commit76c1032d6e65a66bd12310bff583b181a796528e (patch)
treed30a072f6e88ca69b24532ce993ce5f3d0c62317 /sysutils/healthd
parentccc997ef5b1d9e16e6844a43abf2da2a1b2f8260 (diff)
downloadfreebsd-ports-gnome-76c1032d6e65a66bd12310bff583b181a796528e.tar.gz
freebsd-ports-gnome-76c1032d6e65a66bd12310bff583b181a796528e.tar.zst
freebsd-ports-gnome-76c1032d6e65a66bd12310bff583b181a796528e.zip
BROKEN on 5.x: does not compile
Diffstat (limited to 'sysutils/healthd')
-rw-r--r--sysutils/healthd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile
index c1a7e134ad10..21acd28777d7 100644
--- a/sysutils/healthd/Makefile
+++ b/sysutils/healthd/Makefile
@@ -43,6 +43,10 @@ EXTRA_PATCHES= files/healthd.sh-500038
USE_RC_SUBR= yes
.endif
+.if ${OSVERSION} > 502110
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
post-install:
${INSTALL_SCRIPT} -m 751 ${WRKSRC}/healthd.sh ${PREFIX}/etc/rc.d/healthd.sh
@if [ ! -f ${PREFIX}/etc/healthd.conf ]; then \