From d2af130affab08ca775fdee5c8bfca94f8a499f4 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 11 Dec 2004 22:03:51 +0000 Subject: BROKEN on 4.x: Does not build --- net-im/ickle/Makefile | 4 ++++ net/ickle/Makefile | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/net-im/ickle/Makefile b/net-im/ickle/Makefile index 8f171b87113..540e031dcf6 100644 --- a/net-im/ickle/Makefile +++ b/net-im/ickle/Makefile @@ -38,6 +38,10 @@ post-patch: .include +.if ${OSVERSION} < 500000 +BROKEN= "Does not build on FreeBSD 4.x" +.endif + .if ${HAVE_GNOME:Mlibcapplet}!="" || defined(WITH_GNOME) USE_GNOME+= libcapplet PKGNAMESUFFIX= -gnome diff --git a/net/ickle/Makefile b/net/ickle/Makefile index 8f171b87113..540e031dcf6 100644 --- a/net/ickle/Makefile +++ b/net/ickle/Makefile @@ -38,6 +38,10 @@ post-patch: .include +.if ${OSVERSION} < 500000 +BROKEN= "Does not build on FreeBSD 4.x" +.endif + .if ${HAVE_GNOME:Mlibcapplet}!="" || defined(WITH_GNOME) USE_GNOME+= libcapplet PKGNAMESUFFIX= -gnome -- cgit