diff options
author | mandree <mandree@FreeBSD.org> | 2014-02-06 03:56:17 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-02-06 03:56:17 +0800 |
commit | 8e486da060e780b7b9ccdaa127d096190c3e29ea (patch) | |
tree | 416a5665b52e73e00a5d4334ed63880f955ba675 /net-im | |
parent | 3f338cd0ec3afc8d61216aff5453c48c80629285 (diff) | |
download | freebsd-ports-gnome-8e486da060e780b7b9ccdaa127d096190c3e29ea.tar.gz freebsd-ports-gnome-8e486da060e780b7b9ccdaa127d096190c3e29ea.tar.zst freebsd-ports-gnome-8e486da060e780b7b9ccdaa127d096190c3e29ea.zip |
USES_GNOME=gnomehack -> USES=pathfix
Approved by: marcus@ (maintainer)
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 \ |