diff options
author | antoine <antoine@FreeBSD.org> | 2016-11-25 05:02:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-11-25 05:02:34 +0800 |
commit | 1d66499689e6ec4e9d7de1c2526f6a0ac4ad84ae (patch) | |
tree | 4259ac0b82cc951a4cb0381e76bd3c12345920dd /net-im | |
parent | 865509fa816e4dd54f68e5e01b8f897b8b8f7b13 (diff) | |
download | freebsd-ports-gnome-1d66499689e6ec4e9d7de1c2526f6a0ac4ad84ae.tar.gz freebsd-ports-gnome-1d66499689e6ec4e9d7de1c2526f6a0ac4ad84ae.tar.zst freebsd-ports-gnome-1d66499689e6ec4e9d7de1c2526f6a0ac4ad84ae.zip |
Fix pidgin build when python symlink is not present
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libpurple/Makefile | 2 | ||||
-rw-r--r-- | net-im/pidgin/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index 1f27d0d6b8f0..ff001d6e4d6b 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -11,7 +11,7 @@ DISTNAME= pidgin-${PORTVERSION} MAINTAINER?= marcus@FreeBSD.org COMMENT?= Backend library for the Pidgin multi-protocol messaging client -USES= cpe gettext gmake libtool pathfix pkgconfig tar:bzip2 +USES+= cpe gettext gmake libtool pathfix pkgconfig tar:bzip2 USE_GNOME?= gnomeprefix intltool glib20 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS?=--disable-gtkui \ diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index cc10ae2fea6c..887a92593d94 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -20,6 +20,7 @@ PLIST= ${.CURDIR}/pkg-plist PIDGIN_SLAVE= yes WITH_GTKUI= yes +USES= python:build USE_LDCONFIG= yes USE_GNOME= gnomeprefix gtk20 intltool USE_XORG= xscrnsaver sm |