diff options
author | kris <kris@FreeBSD.org> | 2004-05-05 09:19:32 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-05 09:19:32 +0800 |
commit | 76c1032d6e65a66bd12310bff583b181a796528e (patch) | |
tree | d30a072f6e88ca69b24532ce993ce5f3d0c62317 /sysutils/healthd | |
parent | ccc997ef5b1d9e16e6844a43abf2da2a1b2f8260 (diff) | |
download | freebsd-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/Makefile | 4 |
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 \ |