diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-02-05 19:56:17 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-02-05 19:56:17 +0000 |
commit | 9914ed9e2e28adb40f6c607c8bccf43f5e1bafc8 (patch) | |
tree | 416a5665b52e73e00a5d4334ed63880f955ba675 /net-im | |
parent | fa45aef6d51e6bac561eb88dbd3a67e694b6d4a7 (diff) | |
download | ports-9914ed9e2e28adb40f6c607c8bccf43f5e1bafc8.tar.gz ports-9914ed9e2e28adb40f6c607c8bccf43f5e1bafc8.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libpurple/Makefile | 4 | ||||
-rw-r--r-- | net-im/pidgin/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index 8b1a6b5d2aa9..96740d25cce6 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -13,8 +13,8 @@ MAINTAINER?= marcus@FreeBSD.org COMMENT?= Backend library for the Pidgin multi-protocol messaging client USE_BZIP2= yes -USES= gmake pkgconfig -USE_GNOME?= gnomeprefix gnomehack intlhack glib20 libxml2 +USES= gmake pkgconfig pathfix +USE_GNOME?= gnomeprefix intlhack glib20 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS?=--disable-gtkui \ --disable-consoleui \ diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index f63d92dc985e..9a8d26b0e083 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -22,7 +22,8 @@ PIDGIN_SLAVE= yes WITH_GTKUI= yes USE_LDCONFIG= yes -USE_GNOME= gnomeprefix gnomehack intlhack gtk20 +USE_GNOME= gnomeprefix intlhack gtk20 +USES+= pathfix USE_XORG= xscrnsaver sm WANT_GNOME= yes CONFIGURE_ARGS= --disable-consoleui \ |