summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-farstream/Makefile
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-04-28 19:41:58 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-04-28 19:41:58 +0800
commit4fbb0b8820149328079cb4bf9499ac01e599bb6f (patch)
tree41534fb78d6a5e70eeff2a700a2ded126949f7e2 /net-im/telepathy-farstream/Makefile
parent7b5648791d7f129700e95fab67f34ea52b5044ed (diff)
downloadmarcuscom-ports-4fbb0b8820149328079cb4bf9499ac01e599bb6f.tar
marcuscom-ports-4fbb0b8820149328079cb4bf9499ac01e599bb6f.tar.gz
marcuscom-ports-4fbb0b8820149328079cb4bf9499ac01e599bb6f.tar.bz2
marcuscom-ports-4fbb0b8820149328079cb4bf9499ac01e599bb6f.tar.lz
marcuscom-ports-4fbb0b8820149328079cb4bf9499ac01e599bb6f.tar.xz
marcuscom-ports-4fbb0b8820149328079cb4bf9499ac01e599bb6f.tar.zst
marcuscom-ports-4fbb0b8820149328079cb4bf9499ac01e599bb6f.zip
Remove ltverhack all around the place. Add USES=libtool:keepla as needed.
x11-toolkits/gtkmm30 changed the lib version, so bumpd the version of gtkm30 and the users of that port (gnote, clutermm and gnome-system-monitor). While here remove ${STRIP_CMD} git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19593 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-farstream/Makefile')
-rw-r--r--net-im/telepathy-farstream/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/net-im/telepathy-farstream/Makefile b/net-im/telepathy-farstream/Makefile
index 51f558ed0..b54ec65b7 100644
--- a/net-im/telepathy-farstream/Makefile
+++ b/net-im/telepathy-farstream/Makefile
@@ -15,11 +15,11 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
libfarstream-0.2.so:${PORTSDIR}/net-im/farstream
+USES= gmake libtool:keepla pathfix pkgconfig
+USE_GNOME= glib20 libxslt:build introspection:build
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_PYTHON= yes
-USES= gmake pathfix pkgconfig
-USE_GNOME= glib20 libxslt:build ltverhack introspection:build
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -27,7 +27,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|\(^pkgconfigdir =\).*|\1 ${PREFIX}/libdata/pkgconfig|' \
${WRKSRC}/telepathy-farstream/Makefile.in
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so*
-
.include <bsd.port.mk>