diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-19 03:37:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-19 03:37:45 +0800 |
commit | 6613ec2cea73034eff1373940e56a2552906b7f3 (patch) | |
tree | efa487f0db0bc1a6c2562540afff4bf774b8c796 /net-im/telepathy-glib/Makefile | |
parent | 31bc736ba4d4bd7e6ba43800b52896d66dd6f0bb (diff) | |
download | freebsd-ports-graphics-6613ec2cea73034eff1373940e56a2552906b7f3.tar.gz freebsd-ports-graphics-6613ec2cea73034eff1373940e56a2552906b7f3.tar.zst freebsd-ports-graphics-6613ec2cea73034eff1373940e56a2552906b7f3.zip |
- Convert USE_PYTHON_BUILD=yes to USES=python:build as suggested by check-sanity
Approved by: kwm
Diffstat (limited to 'net-im/telepathy-glib/Makefile')
-rw-r--r-- | net-im/telepathy-glib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-im/telepathy-glib/Makefile b/net-im/telepathy-glib/Makefile index 55e063ed150..1af5128e4cf 100644 --- a/net-im/telepathy-glib/Makefile +++ b/net-im/telepathy-glib/Makefile @@ -17,9 +17,8 @@ RUN_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen PORTSCOUT= limitw:1,even USE_LDCONFIG= yes -USES= gmake libtool:keepla pathfix pkgconfig +USES= gmake libtool:keepla pathfix pkgconfig python:build USE_GNOME= glib20 gnomehier introspection:build libxslt:build -USE_PYTHON_BUILD= yes MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-vala-bindings |