diff options
author | krion <krion@FreeBSD.org> | 2004-01-23 06:30:05 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-23 06:30:05 +0800 |
commit | e0b06a13445d662a363c4cb394f89c9aa31c8fa3 (patch) | |
tree | 3559a25d2c7cac2ed16b67b784638517bbc61651 /polish | |
parent | 4926de33ecd8ccbb9b671e459eeb400f5c8a2841 (diff) | |
download | freebsd-ports-gnome-e0b06a13445d662a363c4cb394f89c9aa31c8fa3.tar.gz freebsd-ports-gnome-e0b06a13445d662a363c4cb394f89c9aa31c8fa3.tar.zst freebsd-ports-gnome-e0b06a13445d662a363c4cb394f89c9aa31c8fa3.zip |
- Chase libraries because of new loudmouth version
PR: 61754
Submitted by: maintainer
Diffstat (limited to 'polish')
-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 |