diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-10 16:31:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-10 16:31:33 +0000 |
commit | af904205006e1bcaf40e96e91da887b0b98300d8 (patch) | |
tree | 45355dccba19623f8780fff011f8b7e1a576c0e2 /net-im/telepathy-salut/Makefile | |
parent | 553a47640510b57796e3127bb174d6e9fddf8e91 (diff) | |
download | ports-af904205006e1bcaf40e96e91da887b0b98300d8.tar.gz ports-af904205006e1bcaf40e96e91da887b0b98300d8.zip |
Convert ports from s* t* and net* categories to USES=sqlite and USES=firebird
Notes
Notes:
svn path=/head/; revision=405719
Diffstat (limited to 'net-im/telepathy-salut/Makefile')
-rw-r--r-- | net-im/telepathy-salut/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-im/telepathy-salut/Makefile b/net-im/telepathy-salut/Makefile index 07b29bad014a..3d3d7a1d5478 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 python:build +USES= gmake libtool pathfix pkgconfig python:build sqlite USE_GNOME= glib20 libxslt:build USE_OPENSSL= yes -USE_SQLITE= 3 CONFIGURE_ARGS= --disable-Werror --enable-avahi-tests=no LDFLAGS+= -lpthread INSTALL_TARGET= install-strip |