aboutsummaryrefslogtreecommitdiff
path: root/textproc/gspell/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2018-09-30 11:58:29 +0000
committerKoop Mast <kwm@FreeBSD.org>2018-09-30 11:58:29 +0000
commit951c1f5d1c7354f058f5919d858dbb0c174dc73e (patch)
tree6146e775343aaf339921799078894a48fef9aa15 /textproc/gspell/Makefile
parentc9b47f0427d70ba42c2d53271f8b64b8e8096825 (diff)
downloadports-951c1f5d1c7354f058f5919d858dbb0c174dc73e.tar.gz
ports-951c1f5d1c7354f058f5919d858dbb0c174dc73e.zip
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
Notes
Notes: svn path=/head/; revision=480951
Diffstat (limited to 'textproc/gspell/Makefile')
-rw-r--r--textproc/gspell/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/textproc/gspell/Makefile b/textproc/gspell/Makefile
index e2b61f759433..696f0969e450 100644
--- a/textproc/gspell/Makefile
+++ b/textproc/gspell/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gspell
-PORTVERSION= 1.4.1
+PORTVERSION= 1.8.1
CATEGORIES= textproc
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -10,11 +10,15 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Spell checking for GTK+
-LICENSE= GPLv2
+LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= valac:lang/vala \
iso-codes>=3.57:misc/iso-codes
-LIB_DEPENDS= libenchant.so:textproc/enchant
+LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \
+ libfribidi.so:converters/fribidi
+
+PORTSCOUT= limitw:even
USES= gmake iconv libtool pathfix pkgconfig tar:xz
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 introspection:build \