aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-11-11 12:02:05 +0800
committerlinimon <linimon@FreeBSD.org>2011-11-11 12:02:05 +0800
commit8450269b4e4709a23901fb21a7618cece5e138a4 (patch)
treea655730fce9b4df6d6698fc462aa28bcc6303232 /print
parentd9f0fbb24da977aca0266bc5451b4109cfb7f355 (diff)
downloadfreebsd-ports-gnome-8450269b4e4709a23901fb21a7618cece5e138a4.tar.gz
freebsd-ports-gnome-8450269b4e4709a23901fb21a7618cece5e138a4.tar.zst
freebsd-ports-gnome-8450269b4e4709a23901fb21a7618cece5e138a4.zip
Mark as broken on latest -9: fails to compile.
Hat: portmgr Feature safe: yes
Diffstat (limited to 'print')
-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>