From cdf16efc3a721d9be7aaa9b3852647064101d7e5 Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 21 May 2006 18:54:52 +0000 Subject: - Mark BROKEN on FreeBSD 4.X Reported by: krismail --- print/hplip3/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'print/hplip3/Makefile') diff --git a/print/hplip3/Makefile b/print/hplip3/Makefile index ce838c155cef..1fad4c031d46 100644 --- a/print/hplip3/Makefile +++ b/print/hplip3/Makefile @@ -39,6 +39,12 @@ MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ PKGDEINSTALL= ${PKGINSTALL} +.include + +.if ${OSVERSION} < 5000000 +BROKEN= does not compile +.endif + post-extract: @${RM} -r ${WRKSRC}/data/images/CVS @@ -85,4 +91,4 @@ post-install: ${PREFIX}/libexec/cups/filter/foomatic-rip @${CAT} ${PKGMESSAGE} -.include +.include -- cgit