diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-10-28 21:06:11 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-10-28 21:06:11 +0000 |
commit | 33a8074e2a80d72c81e075e4c0e8eaeb7e106d9e (patch) | |
tree | adf48457efd702796f13b9758c41ea446f6b1942 /net-im/ickle | |
parent | Now builds on FreeBSD 5.x (diff) |
Now builds on FreeBSD >= 5.x.
Notes
Notes:
svn path=/head/; revision=120432
Diffstat (limited to 'net-im/ickle')
-rw-r--r-- | net-im/ickle/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net-im/ickle/Makefile b/net-im/ickle/Makefile index b9d3e8f97370..8f171b87113c 100644 --- a/net-im/ickle/Makefile +++ b/net-im/ickle/Makefile @@ -38,10 +38,6 @@ 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 |