diff options
author | marcus <marcus@FreeBSD.org> | 2008-05-19 14:16:08 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-05-19 14:16:08 +0800 |
commit | 35fe9e6d6a67479c90eb6b445928228f5c177118 (patch) | |
tree | 1b7adfa7d3aa30dd67f5f92395c3158990a5af92 /net-im/finch | |
parent | 18984669c3b3fa7b8b2bc5bc1c5657432191ef89 (diff) | |
download | freebsd-ports-gnome-35fe9e6d6a67479c90eb6b445928228f5c177118.tar.gz freebsd-ports-gnome-35fe9e6d6a67479c90eb6b445928228f5c177118.tar.zst freebsd-ports-gnome-35fe9e6d6a67479c90eb6b445928228f5c177118.zip |
Update to 2.4.2. See http://developer.pidgin.im/wiki/ChangeLog for the list
of changes.
Diffstat (limited to 'net-im/finch')
-rw-r--r-- | net-im/finch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/finch/Makefile b/net-im/finch/Makefile index 07b4a2fc774a..af1a6f4385cd 100644 --- a/net-im/finch/Makefile +++ b/net-im/finch/Makefile @@ -24,6 +24,7 @@ PIDGIN_SLAVE= yes WITH_CONSOLEUI= yes USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-gtkui +CONFIGURE_ARGS= --disable-gtkui \ + --disable-nm .include "${MASTERDIR}/Makefile" |