From ca702b7472a02765c85493e45500186c4cdaaf5d Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 10 Apr 2005 21:37:43 +0000 Subject: BROKEN on 4.x: Does not compile --- sysutils/dd_rescue/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sysutils/dd_rescue') diff --git a/sysutils/dd_rescue/Makefile b/sysutils/dd_rescue/Makefile index 293e6e98e2d9..2b4e5098f74b 100644 --- a/sysutils/dd_rescue/Makefile +++ b/sysutils/dd_rescue/Makefile @@ -16,6 +16,12 @@ COMMENT= A dd tool suitable for rescuing data from a medium with errors WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= default +.include + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dd_rescue ${PREFIX}/bin .if !defined(NOPORTDOCS) @@ -23,4 +29,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README.dd_rescue ${DOCSDIR} .endif -.include +.include -- cgit v1.2.3