diff options
author | kris <kris@FreeBSD.org> | 2004-02-17 20:46:15 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-17 20:46:15 +0800 |
commit | 5390670361ef3557211c6386c2ffaacc7a86de3f (patch) | |
tree | 260ada3b0a4a1b0d9b77220a39b64986cdc3a66e /polish | |
parent | 301323a1f230890dda1c25e685503704b65ea37e (diff) | |
download | freebsd-ports-gnome-5390670361ef3557211c6386c2ffaacc7a86de3f.tar.gz freebsd-ports-gnome-5390670361ef3557211c6386c2ffaacc7a86de3f.tar.zst freebsd-ports-gnome-5390670361ef3557211c6386c2ffaacc7a86de3f.zip |
BROKEN on 5.x: install fails
Diffstat (limited to 'polish')
-rw-r--r-- | polish/kadu/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index f68c56136265..42821b2d3cf2 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -32,6 +32,10 @@ WANT_GNOME= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502102 +BROKEN= "Install fails" +.endif + .if ${HAVE_GNOME:Mgnomehier}!="" PLIST_SUB+= GNOME:="" .else |