summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-glib/Makefile
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-13 17:46:10 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-13 17:46:10 +0800
commit7eb6ef1e93927693058f1eeb1b49f9d1c0feb6f9 (patch)
tree3085902b44d8eba410dc724ab9dbd62ab461cc2e /net-im/telepathy-glib/Makefile
parentebedc46fb56449fa59213db7329ea2594737ecb6 (diff)
downloadmarcuscom-ports-7eb6ef1e93927693058f1eeb1b49f9d1c0feb6f9.tar
marcuscom-ports-7eb6ef1e93927693058f1eeb1b49f9d1c0feb6f9.tar.gz
marcuscom-ports-7eb6ef1e93927693058f1eeb1b49f9d1c0feb6f9.tar.bz2
marcuscom-ports-7eb6ef1e93927693058f1eeb1b49f9d1c0feb6f9.tar.lz
marcuscom-ports-7eb6ef1e93927693058f1eeb1b49f9d1c0feb6f9.tar.xz
marcuscom-ports-7eb6ef1e93927693058f1eeb1b49f9d1c0feb6f9.tar.zst
marcuscom-ports-7eb6ef1e93927693058f1eeb1b49f9d1c0feb6f9.zip
Some changes:
- drop keepla where possible and bump portrevision - ensure all binaries are stripped - update telepathy-gabble telepathy-mission-control git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19801 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-glib/Makefile')
-rw-r--r--net-im/telepathy-glib/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-im/telepathy-glib/Makefile b/net-im/telepathy-glib/Makefile
index 0f0fd1ffc..3506755ef 100644
--- a/net-im/telepathy-glib/Makefile
+++ b/net-im/telepathy-glib/Makefile
@@ -4,6 +4,7 @@
PORTNAME= telepathy-glib
PORTVERSION= 0.24.0
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
@@ -16,15 +17,13 @@ RUN_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen
PORTSCOUT= limitw:1,even
-USES= gmake libtool:keepla pathfix pkgconfig
+USES= gmake libtool pathfix pkgconfig
USE_GNOME= glib20 gnomehier introspection:build libxslt:build
USE_LDCONFIG= yes
USE_PYTHON_BUILD= yes
#MAKE_JOBS_UNSAFE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-vala-bindings
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so*
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>