View | Details | Raw Unified | Return to bug 272963 | Differences between
and this patch

Collapse All | Expand All

(-)b/textproc/gspell/Makefile (-6 / +7 lines)
Lines 7-13 DIST_SUBDIR= gnome Link Here
7
7
8
MAINTAINER=	gnome@FreeBSD.org
8
MAINTAINER=	gnome@FreeBSD.org
9
COMMENT=	Spell checking for GTK+
9
COMMENT=	Spell checking for GTK+
10
WWW=		https://wiki.gnome.org/Projects/gspell
10
WWW=		https://gitlab.gnome.org/GNOME/gspell/
11
11
12
LICENSE=	LGPL21
12
LICENSE=	LGPL21
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
Lines 19-35 LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \ Link Here
19
USES=		gmake gnome iconv libtool pathfix pkgconfig tar:xz vala:build
19
USES=		gmake gnome iconv libtool pathfix pkgconfig tar:xz vala:build
20
USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 libxml2 pango \
20
USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 libxml2 pango \
21
		introspection:build
21
		introspection:build
22
GNU_CONFIGURE=	yes
23
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
24
INSTALL_TARGET=	install-strip
25
23
24
GNU_CONFIGURE=	yes
26
CONFIGURE_ARGS=	--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
25
CONFIGURE_ARGS=	--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
27
26
27
INSTALL_TARGET=	install-strip
28
28
PORTSCOUT=	limitw:1,even
29
PORTSCOUT=	limitw:1,even
29
30
30
OPTIONS_DEFINE=		NLS
31
OPTIONS_DEFINE=	NLS
32
OPTIONS_SUB=	yes
33
31
NLS_USES=		gettext-tools
34
NLS_USES=		gettext-tools
32
NLS_CONFIGURE_ENABLE=	nls
35
NLS_CONFIGURE_ENABLE=	nls
33
OPTIONS_SUB=		yes
34
36
35
.include <bsd.port.mk>
37
.include <bsd.port.mk>
36
- 

Return to bug 272963