aboutsummaryrefslogtreecommitdiff
path: root/print/cups-bjnp
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-11-11 04:02:05 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-11-11 04:02:05 +0000
commit86f46cb28a1e0d340afabf03bf01b424cdde067d (patch)
treef81ce1963a14b1ccb3069d4c72bf624a5c32e9fb /print/cups-bjnp
parentf523ee7ce7c26f456fd90b4d2ff35b08cfb464fd (diff)
downloadports-86f46cb28a1e0d340afabf03bf01b424cdde067d.tar.gz
ports-86f46cb28a1e0d340afabf03bf01b424cdde067d.zip
Mark as broken on latest -9: fails to compile.
Hat: portmgr Feature safe: yes
Notes
Notes: svn path=/head/; revision=285515
Diffstat (limited to 'print/cups-bjnp')
-rw-r--r--print/cups-bjnp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/print/cups-bjnp/Makefile b/print/cups-bjnp/Makefile
index 66ee929cb9f1..27ff14d0429e 100644
--- a/print/cups-bjnp/Makefile
+++ b/print/cups-bjnp/Makefile
@@ -21,4 +21,10 @@ CONFIGURE_ENV= LIBS="-lcompat"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 900000
+BROKEN= Does not compile on FreeBSD 9
+.endif
+
+.include <bsd.port.post.mk>