diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 22:03:51 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 22:03:51 +0000 |
commit | 4ebbbe1b3ae6736a583a40f5d2f2cc75262cc1e3 (patch) | |
tree | 3a318a79e8d192547a07afc1985ce24c48c3cf57 /net-im/ickle | |
parent | BROKEN on 4.x: Does not link (diff) |
BROKEN on 4.x: Does not build
Notes
Notes:
svn path=/head/; revision=123775
Diffstat (limited to 'net-im/ickle')
-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..540e031dcf6d 100644 --- a/net-im/ickle/Makefile +++ b/net-im/ickle/Makefile @@ -38,6 +38,10 @@ post-patch: .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Does not build on FreeBSD 4.x" +.endif + .if ${HAVE_GNOME:Mlibcapplet}!="" || defined(WITH_GNOME) USE_GNOME+= libcapplet PKGNAMESUFFIX= -gnome |