diff options
author | marcus <marcus@FreeBSD.org> | 2008-05-21 05:53:46 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-05-21 05:53:46 +0800 |
commit | 272913f56549dbcb354f196ef45f6c25be0dfd90 (patch) | |
tree | e3e00f12f5203321d279c80f07407d4643bb5609 /net-im/pidgin | |
parent | 4e63ef11f7f1149bf909af162fac15b5e3416fd4 (diff) | |
download | freebsd-ports-gnome-272913f56549dbcb354f196ef45f6c25be0dfd90.tar.gz freebsd-ports-gnome-272913f56549dbcb354f196ef45f6c25be0dfd90.tar.zst freebsd-ports-gnome-272913f56549dbcb354f196ef45f6c25be0dfd90.zip |
* Update distinfo with new checksum. This distfile was re-rolled to fix a
configure script generation problem
* Add a missing dependency on xscrnsaver for pidgin [1]
Reported by: pointyhat via pav [1]
Diffstat (limited to 'net-im/pidgin')
-rw-r--r-- | net-im/pidgin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index e9c06dd0802f..d6376b348368 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -7,7 +7,7 @@ # PORTNAME= pidgin -PORTREVISION= 0 +PORTREVISION= 1 MAINTAINER= marcus@FreeBSD.org COMMENT= Pidgin multi-protocol messaging client (GTK+ UI) @@ -27,6 +27,7 @@ WITH_GTKUI= yes USE_LDCONFIG= yes USE_GNOME= gnomeprefix gnomehack intlhack gtk20 +USE_XORG= xscrnsaver WANT_GNOME= yes CONFIGURE_ARGS= --disable-consoleui \ --disable-nm |