diff options
author | linimon <linimon@FreeBSD.org> | 2011-11-11 12:02:05 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-11-11 12:02:05 +0800 |
commit | 8450269b4e4709a23901fb21a7618cece5e138a4 (patch) | |
tree | a655730fce9b4df6d6698fc462aa28bcc6303232 /print | |
parent | d9f0fbb24da977aca0266bc5451b4109cfb7f355 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |