Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2017 12:25:08 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441222 - head/net-im/corebird
Message-ID:  <201705191225.v4JCP8v6005025@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Fri May 19 12:25:08 2017
New Revision: 441222
URL: https://svnweb.freebsd.org/changeset/ports/441222

Log:
  - Enable spellchecking support
  - Bump PORTREVISION

Modified:
  head/net-im/corebird/Makefile

Modified: head/net-im/corebird/Makefile
==============================================================================
--- head/net-im/corebird/Makefile	Fri May 19 12:11:55 2017	(r441221)
+++ head/net-im/corebird/Makefile	Fri May 19 12:25:08 2017	(r441222)
@@ -3,6 +3,7 @@
 
 PORTNAME=	corebird
 PORTVERSION=	1.5
+PORTREVISION=	1
 CATEGORIES=	net-im
 
 MAINTAINER=	cpm@FreeBSD.org
@@ -15,7 +16,8 @@ BUILD_DEPENDS=	valac:lang/vala
 LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
 		libnotify.so:devel/libnotify \
 		libjson-glib-1.0.so:devel/json-glib \
-		librest-0.7.so:devel/librest
+		librest-0.7.so:devel/librest \
+		libgspell-1.so:textproc/gspell
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	baedert
@@ -26,8 +28,6 @@ GNU_CONFIGURE=	yes
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 pango
 INSTALLS_ICONS=	yes
 
-CONFIGURE_ARGS=	--disable-spellcheck # spellchecking depends on gspell >= 1.0.x
-
 OPTIONS_DEFINE=		GSTREAMER NLS
 OPTIONS_DEFAULT=	GSTREAMER
 OPTIONS_SUB=		yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705191225.v4JCP8v6005025>