diff options
author | pav <pav@FreeBSD.org> | 2005-11-09 17:35:32 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-09 17:35:32 +0800 |
commit | efa9e9432f1651116e52a6f815d4f4dac5114afa (patch) | |
tree | c2946c88dc58816d59aacbd879f373c5a90d5315 /net-im/kf | |
parent | 9218476ed0cb9af44f6f7a31e0e649b6e44b3ee7 (diff) | |
download | freebsd-ports-gnome-efa9e9432f1651116e52a6f815d4f4dac5114afa.tar.gz freebsd-ports-gnome-efa9e9432f1651116e52a6f815d4f4dac5114afa.tar.zst freebsd-ports-gnome-efa9e9432f1651116e52a6f815d4f4dac5114afa.zip |
- Fix dependency on loudmouth (net-im fallout)
Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Diffstat (limited to 'net-im/kf')
-rw-r--r-- | net-im/kf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/kf/Makefile b/net-im/kf/Makefile index 9ca6a408a459..1373ff267519 100644 --- a/net-im/kf/Makefile +++ b/net-im/kf/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= http://www.habazie.rams.pl/kf/files/ \ MAINTAINER= anrays@gmail.com COMMENT= A simple Jabber client using the GTK+ 2.0 toolkit -LIB_DEPENDS= loudmouth-1.0:${PORTSDIR}/net/loudmouth +LIB_DEPENDS= loudmouth-1.0:${PORTSDIR}/net-im/loudmouth USE_X_PREFIX= yes USE_GNOME= libglade2 |