diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-13 20:13:08 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-13 20:13:08 +0800 |
commit | d755f8b1c707d652113d7b1ee90c53a3860e715e (patch) | |
tree | 846f40b89a329f63da86e387da2028bde47771fb | |
parent | 7eb6ef1e93927693058f1eeb1b49f9d1c0feb6f9 (diff) | |
download | marcuscom-ports-d755f8b1c707d652113d7b1ee90c53a3860e715e.tar marcuscom-ports-d755f8b1c707d652113d7b1ee90c53a3860e715e.tar.gz marcuscom-ports-d755f8b1c707d652113d7b1ee90c53a3860e715e.tar.bz2 marcuscom-ports-d755f8b1c707d652113d7b1ee90c53a3860e715e.tar.lz marcuscom-ports-d755f8b1c707d652113d7b1ee90c53a3860e715e.tar.xz marcuscom-ports-d755f8b1c707d652113d7b1ee90c53a3860e715e.tar.zst marcuscom-ports-d755f8b1c707d652113d7b1ee90c53a3860e715e.zip |
Fix the build of telepathy-salut. While here use USE=python:build
instead of USE_PYTHON_BUILD [1]
[1] Reported by poudriere
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19802 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net-im/telepathy-salut/Makefile | 3 | ||||
-rw-r--r-- | net-im/telepathy-salut/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/net-im/telepathy-salut/Makefile b/net-im/telepathy-salut/Makefile index 438d371be..4ec0c3215 100644 --- a/net-im/telepathy-salut/Makefile +++ b/net-im/telepathy-salut/Makefile @@ -16,10 +16,9 @@ LIB_DEPENDS= libavahi-glib.so:${PORTSDIR}/net/avahi-app \ libsoup-2.4.so:${PORTSDIR}/devel/libsoup GNU_CONFIGURE= yes -USES= gmake libtool pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig python:build USE_GNOME= glib20 libxslt:build USE_OPENSSL= yes -USE_PYTHON_BUILD= yes USE_SQLITE= 3 CONFIGURE_ARGS= --disable-Werror --enable-avahi-tests=no CPPFLAGS+= ${PTHREAD_CFLAGS} diff --git a/net-im/telepathy-salut/pkg-plist b/net-im/telepathy-salut/pkg-plist index fc5f7c4e4..66f594f60 100644 --- a/net-im/telepathy-salut/pkg-plist +++ b/net-im/telepathy-salut/pkg-plist @@ -1,5 +1,4 @@ lib/telepathy/salut-0/lib/libsalut-plugins-%%VERSION%%.so -lib/telepathy/salut-0/lib/libsalut-plugins.la lib/telepathy/salut-0/lib/libsalut-plugins.so lib/telepathy/salut-0/lib/libwocky-telepathy-salut-%%VERSION%%.so lib/telepathy/salut-0/lib/libwocky.a |