diff options
author | kris <kris@FreeBSD.org> | 2004-12-12 07:54:13 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-12 07:54:13 +0800 |
commit | 8515beb5d1190b8c3b1bac352346c0233fea5a4a (patch) | |
tree | a12f68d43d6d5542644181dd37d631831bf891e7 /net-im/ickle | |
parent | 8d74643d96be5d10911fc8008783e11c286f7293 (diff) | |
download | freebsd-ports-graphics-8515beb5d1190b8c3b1bac352346c0233fea5a4a.tar.gz freebsd-ports-graphics-8515beb5d1190b8c3b1bac352346c0233fea5a4a.tar.zst freebsd-ports-graphics-8515beb5d1190b8c3b1bac352346c0233fea5a4a.zip |
BROKEN on 5.x too
Diffstat (limited to 'net-im/ickle')
-rw-r--r-- | net-im/ickle/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-im/ickle/Makefile b/net-im/ickle/Makefile index 540e031dcf6..c773871251a 100644 --- a/net-im/ickle/Makefile +++ b/net-im/ickle/Makefile @@ -19,6 +19,8 @@ COMMENT= ICQ2000 protocol implementation LIB_DEPENDS= gtkmm:${PORTSDIR}/x11-toolkits/gtk-- \ icq2000.5:${PORTSDIR}/net/libicq2000 +BROKEN= "Does not build" + USE_X_PREFIX= yes USE_GNOME= gtk12 WANT_GNOME= yes @@ -38,10 +40,6 @@ 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 |