diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-22 22:30:05 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-22 22:30:05 +0000 |
commit | c01fe1a24ce10a94c98edba9cfef2c7d2bb92272 (patch) | |
tree | 56afbb1c7758ab19200226e47ebca15837d7ce03 /polish/gnugadu2 | |
parent | Add wmbday 0.2a, (diff) |
- Chase libraries because of new loudmouth version
PR: 61754
Submitted by: maintainer
Diffstat (limited to 'polish/gnugadu2')
-rw-r--r-- | polish/gnugadu2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polish/gnugadu2/Makefile b/polish/gnugadu2/Makefile index 0cfa49939be3..f47f0f95d101 100644 --- a/polish/gnugadu2/Makefile +++ b/polish/gnugadu2/Makefile @@ -69,7 +69,7 @@ PLIST_SUB+= TLEN:="@comment " .if defined(WITH_JABBER) CONFIGURE_ARGS+= --with-jabber -LIB_DEPENDS+= loudmouth.0:${PORTSDIR}/net/loudmouth +LIB_DEPENDS+= loudmouth-1.0:${PORTSDIR}/net/loudmouth PLIST_SUB+= JABBER:="" .else CONFIGURE_ARGS+= --without-jabber |