aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-glib/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2008-03-24 12:11:07 +0800
committermarcus <marcus@FreeBSD.org>2008-03-24 12:11:07 +0800
commit460103e9592ddc0a88df8f05e2a58eb01f507a25 (patch)
treee65ff965b6b70d17060d550d7de4d1ce0242eb9a /net-im/telepathy-glib/Makefile
parent2cfb709470e334d963de2ed62eb80a95b8f4f961 (diff)
downloadfreebsd-ports-gnome-460103e9592ddc0a88df8f05e2a58eb01f507a25.tar.gz
freebsd-ports-gnome-460103e9592ddc0a88df8f05e2a58eb01f507a25.tar.zst
freebsd-ports-gnome-460103e9592ddc0a88df8f05e2a58eb01f507a25.zip
Update to 0.7.5.
Diffstat (limited to 'net-im/telepathy-glib/Makefile')
-rw-r--r--net-im/telepathy-glib/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/net-im/telepathy-glib/Makefile b/net-im/telepathy-glib/Makefile
index eac59c5e0ab9..dc19d83815ef 100644
--- a/net-im/telepathy-glib/Makefile
+++ b/net-im/telepathy-glib/Makefile
@@ -3,10 +3,10 @@
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
-#
+# $MCom: ports/net-im/telepathy-glib/Makefile,v 1.4 2008/03/20 02:57:19 marcus Exp $
PORTNAME= telepathy-glib
-PORTVERSION= 0.5.13
+PORTVERSION= 0.7.5
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
@@ -21,16 +21,14 @@ BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
-GNU_CONFIGURE= yes
+USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
USE_LDCONFIG= yes
-USE_GNOME= gnomehack pkgconfig
+USE_GNOME= gnomehack pkgconfig glib20 ltverhack
USE_PYTHON_BUILD= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-
post-patch:
@${REINPLACE_CMD} -e 's|\(^pkgconfigdir =\).*|\1 ${PREFIX}/libdata/pkgconfig|' \
- ${WRKSRC}/Makefile.in
+ ${WRKSRC}/telepathy-glib/Makefile.in
.include <bsd.port.mk>