diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-10 05:47:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-10 05:47:03 +0800 |
commit | 7d1a2cb13618afea4d8bf23a1e01413412ccc2c5 (patch) | |
tree | 6b89215003b4475638c35339227f7ca276432927 /deskutils/gnote | |
parent | 815207811e2459a2acc0054bae8f7436201a3f2b (diff) | |
download | freebsd-ports-gnome-7d1a2cb13618afea4d8bf23a1e01413412ccc2c5.tar.gz freebsd-ports-gnome-7d1a2cb13618afea4d8bf23a1e01413412ccc2c5.tar.zst freebsd-ports-gnome-7d1a2cb13618afea4d8bf23a1e01413412ccc2c5.zip |
Mark BROKEN on freebsd 8, fail to build
Reported by: pkg-fallout
Diffstat (limited to 'deskutils/gnote')
-rw-r--r-- | deskutils/gnote/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile index ffa7eff3b23c..f0f3319e9fb0 100644 --- a/deskutils/gnote/Makefile +++ b/deskutils/gnote/Makefile @@ -38,6 +38,10 @@ DOCS= AUTHORS ChangeLog NEWS README TODO .include <bsd.port.options.mk> +.if ${OSVERSION} < 900000 +BROKEN= Fails to build +.endif + PLIST_SUB+= VERSION=${PORTVERSION} post-install: |