svn commit: r441222 - head/net-im/corebird

Carlos J. Puga Medina cpm at FreeBSD.org
Fri May 19 12:25:10 UTC 2017


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 at 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


More information about the svn-ports-all mailing list