aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Osorio <rodrigo@FreeBSD.org>2023-11-01 08:45:31 +0000
committerRodrigo Osorio <rodrigo@FreeBSD.org>2023-11-01 08:45:31 +0000
commit37cbd94ad37867398ebc36268b7b31592abe44d9 (patch)
treeea841e2ad07c920a0f07fe5f27521a78e6922a3d
parent55e3a21c6f01c4160b7627e5e9bff954029c796d (diff)
downloadports-37cbd94ad37867398ebc36268b7b31592abe44d9.tar.gz
ports-37cbd94ad37867398ebc36268b7b31592abe44d9.zip
textproc/gspell: update WWW
update WWW and reorder Makefile sections to make linters happy PR: 272963 Reported by: Graham Perrin <grahamperrin@gmail.com>
-rw-r--r--textproc/gspell/Makefile20
1 files changed, 11 insertions, 9 deletions
diff --git a/textproc/gspell/Makefile b/textproc/gspell/Makefile
index b710bfa521f7..c98e1cc21876 100644
--- a/textproc/gspell/Makefile
+++ b/textproc/gspell/Makefile
@@ -7,7 +7,7 @@ DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Spell checking for GTK
-WWW= https://wiki.gnome.org/Projects/gspell
+WWW= https://gitlab.gnome.org/GNOME/gspell
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -16,20 +16,22 @@ LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \
libfribidi.so:converters/fribidi \
libicudata.so:devel/icu
-PORTSCOUT= limitw:even
-
USES= gmake gnome iconv libtool pathfix pkgconfig tar:xz vala:build
-USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 introspection:build \
- libxml2 pango
-GNU_CONFIGURE= yes
+USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 libxml2 pango \
+ introspection:build
USE_LDCONFIG= yes
-INSTALL_TARGET= install-strip
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
+INSTALL_TARGET= install-strip
+
+PORTSCOUT= limitw:even
+
OPTIONS_DEFINE= NLS
-NLS_USES= gettext-tools
-NLS_CONFIGURE_ENABLE= nls
OPTIONS_SUB= yes
+NLS_USES= gettext-tools
+NLS_CONFIGURE_ENABLE= nls
+
.include <bsd.port.mk>