diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 23:54:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 23:54:13 +0000 |
commit | 9d84984d922fa7e927f8c0b73c505d81889589ee (patch) | |
tree | 9d24809fa6282491a7f9741b671e2854f3fff2a8 /net-im | |
parent | 45fabb740bf662a8045786aff4af070fb6420b75 (diff) | |
download | ports-9d84984d922fa7e927f8c0b73c505d81889589ee.tar.gz ports-9d84984d922fa7e927f8c0b73c505d81889589ee.zip |
Notes
Diffstat (limited to 'net-im')
-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 540e031dcf6d..c773871251ab 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 |