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

Collapse All | Expand All

(-)textproc/artha/Makefile (-7 / +7 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	artha
8
PORTNAME=	artha
9
PORTVERSION=	1.0.2
9
PORTVERSION=	1.0.3
10
PORTREVISION=	2
11
CATEGORIES=	textproc
10
CATEGORIES=	textproc
12
MASTER_SITES=	SF
11
MASTER_SITES=	SF
13
12
Lines 16-23 Link Here
16
15
17
LICENSE=	GPLv2
16
LICENSE=	GPLv2
18
17
19
LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
18
LIB_DEPENDS=	dbus-glib:${PORTSDIR}/devel/dbus-glib \
20
		WN.2:${PORTSDIR}/textproc/wordnet
19
		WN:${PORTSDIR}/textproc/wordnet
21
20
22
MAN1=		artha.1
21
MAN1=		artha.1
23
22
Lines 31-42 Link Here
31
LDFLAGS+=	-L${LOCALBASE}/lib
30
LDFLAGS+=	-L${LOCALBASE}/lib
32
CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/WordNet
31
CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/WordNet
33
32
34
OPTIONS=	NOTIFY "Popup word definition as notification" On
33
OPTIONS_DEFINE=	NOTIFY
34
NOTIFY_DESC=	Popup word definition as notification
35
35
36
.include <bsd.port.options.mk>
36
.include <bsd.port.options.mk>
37
37
38
.if defined(WITH_NOTIFY)
38
.if ${PORT_OPTIONS:MNOTIFY}
39
LIB_DEPENDS+=	notify.4:${PORTSDIR}/devel/libnotify
39
LIB_DEPENDS+=	notify:${PORTSDIR}/devel/libnotify
40
.endif
40
.endif
41
41
42
.include <bsd.port.mk>
42
.include <bsd.port.mk>
(-)textproc/artha/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (artha-1.0.2.tar.gz) = ed35903d37cbf364998ea58900fac01a7cfbab9f0ddb9f2c5bc0acb228c7952c
1
SHA256 (artha-1.0.3.tar.gz) = e383d1e20147a7e278ab1c89e5b5fb5fd7f515f5ef57c0c0aae2449eebf50239
2
SIZE (artha-1.0.2.tar.gz) = 408922
2
SIZE (artha-1.0.3.tar.gz) = 441630

Return to bug 174123