diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-12-23 18:13:42 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-12-23 18:13:42 +0000 |
commit | db6508a4f99e6eebd1fed6148cebb6ddc936a475 (patch) | |
tree | 8eaa8c4065ca39ad48006c2cbeb59dd08c6f8137 /net-im | |
parent | ece1562584edd340d80bf6410b199cef63d4581b (diff) | |
download | ports-db6508a4f99e6eebd1fed6148cebb6ddc936a475.tar.gz ports-db6508a4f99e6eebd1fed6148cebb6ddc936a475.zip |
- mark option WITH_SOCKS broken
Notes
Notes:
svn path=/head/; revision=204406
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index d12417d6a48e..eda56afe275c 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -35,6 +35,7 @@ CONFIGURE_ARGS+=--enable-socks5 CONFIGURE_ARGS+=--with-socks5-inc=${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFLICTS?= licq-base-1.* +BROKEN= does not compile .else CONFLICTS?= licq-base-socks-1.* .endif |