diff options
author | kris <kris@FreeBSD.org> | 2004-09-29 13:22:44 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-29 13:22:44 +0800 |
commit | 260cc1f5c881ba7400407aab647546532683629f (patch) | |
tree | 224bafed9912a05313963095af20efeb7ae9d9f8 /net-im | |
parent | 033bee5f42d665271bd9f58e9355e009354875bc (diff) | |
download | freebsd-ports-gnome-260cc1f5c881ba7400407aab647546532683629f.tar.gz freebsd-ports-gnome-260cc1f5c881ba7400407aab647546532683629f.tar.zst freebsd-ports-gnome-260cc1f5c881ba7400407aab647546532683629f.zip |
BROKEN on 5.x: Configure fails
Approved by: portmgr (self)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ickle/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-im/ickle/Makefile b/net-im/ickle/Makefile index 8f171b87113c..b9d3e8f97370 100644 --- a/net-im/ickle/Makefile +++ b/net-im/ickle/Makefile @@ -38,6 +38,10 @@ post-patch: .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Configure fails on FreeBSD >= 5.x" +.endif + .if ${HAVE_GNOME:Mlibcapplet}!="" || defined(WITH_GNOME) USE_GNOME+= libcapplet PKGNAMESUFFIX= -gnome |