View | Details | Raw Unified | Return to bug 140032
Collapse All | Expand All

(-)Makefile (-1 / +8 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	m17n-im-config
8
PORTNAME=	m17n-im-config
9
PORTVERSION=	0.9.0
9
PORTVERSION=	0.9.0
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	textproc
11
CATEGORIES=	textproc
12
MASTER_SITES=	http://www.m17n.org/common/im-config/ \
12
MASTER_SITES=	http://www.m17n.org/common/im-config/ \
13
		http://anthesphoria.net/FreeBSD/ports/distfiles/
13
		http://anthesphoria.net/FreeBSD/ports/distfiles/
Lines 25-30 Link Here
25
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
26
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
27
27
28
DESKTOP_ENTRIES="M17N-IM Configuration" \
29
		"${COMMENT}" \
30
		"" \
31
		"m17n-im-config" \
32
		"Settings;" \
33
		true
34
28
.if !defined(WITHOUT_NLS)
35
.if !defined(WITHOUT_NLS)
29
USE_GETTEXT=	yes
36
USE_GETTEXT=	yes
30
PLIST_SUB+=	NLS=""
37
PLIST_SUB+=	NLS=""

Return to bug 140032