diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-08-17 22:45:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-08-17 22:45:00 +0000 |
commit | 40dd0a642faf89070212ad5e35c49ef420066bdf (patch) | |
tree | b671ad86bd907cfa15dc062cc7a236cc66476a9a /sysutils/diskcheckd | |
parent | - Fix build on 4.x and 5.x (diff) |
IGNORE: Does not run on 5.x
PR: ports/45911
Diffstat (limited to 'sysutils/diskcheckd')
-rw-r--r-- | sysutils/diskcheckd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/diskcheckd/Makefile b/sysutils/diskcheckd/Makefile index 4921fe107ef7..f40d883ac746 100644 --- a/sysutils/diskcheckd/Makefile +++ b/sysutils/diskcheckd/Makefile @@ -30,6 +30,8 @@ CFLAGS+= -D_PATH_CONF='\"${PREFIX}/etc/diskcheckd.conf\"' .if ${OSVERSION} < 500000 IGNORE= "Not tested on anything less than 5.0, use at discretion" +.else +IGNORE= "Does not work on 5.x, see PR ports/45911" .endif do-extract: |