diff options
author | marcus <marcus@FreeBSD.org> | 2008-05-22 01:19:00 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-05-22 01:19:00 +0800 |
commit | a3eece850a10b2d54838ef1abf3eaa928c45b3c8 (patch) | |
tree | ed584b1a7716c4d4409c72019b9b31cd83067d29 | |
parent | aa70cccce1bc4e7575d8b968346ed40e187a7232 (diff) | |
download | freebsd-ports-gnome-a3eece850a10b2d54838ef1abf3eaa928c45b3c8.tar.gz freebsd-ports-gnome-a3eece850a10b2d54838ef1abf3eaa928c45b3c8.tar.zst freebsd-ports-gnome-a3eece850a10b2d54838ef1abf3eaa928c45b3c8.zip |
Add a missing dependency on libSM.
Reported by: Kris Moore <kris@pcbsd.org>
-rw-r--r-- | net-im/pidgin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index d6376b348368..2f92161025b5 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -7,7 +7,7 @@ # PORTNAME= pidgin -PORTREVISION= 1 +PORTREVISION= 2 MAINTAINER= marcus@FreeBSD.org COMMENT= Pidgin multi-protocol messaging client (GTK+ UI) @@ -27,7 +27,7 @@ WITH_GTKUI= yes USE_LDCONFIG= yes USE_GNOME= gnomeprefix gnomehack intlhack gtk20 -USE_XORG= xscrnsaver +USE_XORG= xscrnsaver sm WANT_GNOME= yes CONFIGURE_ARGS= --disable-consoleui \ --disable-nm |