summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-salut/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-04-21 05:04:15 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-04-21 05:04:15 +0800
commit7d6a6f6bc3383795566164ff7d7c3cebdd761ed6 (patch)
treefc139998f7961d22dd919c5f09792c3111028845 /net-im/telepathy-salut/Makefile
parentbf2692b53eddafa16ee396b21c33265caf5f55bc (diff)
downloadmarcuscom-ports-7d6a6f6bc3383795566164ff7d7c3cebdd761ed6.tar
marcuscom-ports-7d6a6f6bc3383795566164ff7d7c3cebdd761ed6.tar.gz
marcuscom-ports-7d6a6f6bc3383795566164ff7d7c3cebdd761ed6.tar.bz2
marcuscom-ports-7d6a6f6bc3383795566164ff7d7c3cebdd761ed6.tar.lz
marcuscom-ports-7d6a6f6bc3383795566164ff7d7c3cebdd761ed6.tar.xz
marcuscom-ports-7d6a6f6bc3383795566164ff7d7c3cebdd761ed6.tar.zst
marcuscom-ports-7d6a6f6bc3383795566164ff7d7c3cebdd761ed6.zip
Fix build, register sqlite depend. Heavly based on the patch from avilla.
Submitted by: avilla@ git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16714 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-salut/Makefile')
-rw-r--r--net-im/telepathy-salut/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-im/telepathy-salut/Makefile b/net-im/telepathy-salut/Makefile
index bf2f5423f..39acd980e 100644
--- a/net-im/telepathy-salut/Makefile
+++ b/net-im/telepathy-salut/Makefile
@@ -3,11 +3,12 @@
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net-im/telepathy-salut/Makefile,v 1.4 2009/01/08 07:12:15 marcus Exp $
+# $MCom: ports/net-im/telepathy-salut/Makefile,v 1.6 2011/11/22 11:21:40 kwm Exp $
#
PORTNAME= telepathy-salut
PORTVERSION= 0.6.0
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
@@ -24,6 +25,7 @@ USE_GMAKE= yes
USE_GNOME= gnomehack pkgconfig glib20
USE_OPENSSL= yes
USE_PYTHON_BUILD= yes
+USE_SQLITE= 3
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
CONFIGURE_ARGS= --disable-Werror
CPPFLAGS+= ${PTHREAD_CFLAGS}