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

(-)Makefile (-3 / +10 lines)
Lines 10-19 Link Here
10
PORTVERSION=	1.0.7
10
PORTVERSION=	1.0.7
11
PORTREVISION=	6
11
PORTREVISION=	6
12
CATEGORIES=	www editors
12
CATEGORIES=	www editors
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITES=	SF
14
MASTER_SITE_SUBDIR=	${PORTNAME}
14
MASTER_SITE_SUBDIR=	${PORTNAME}
15
15
16
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	scjamorim@bsd.com.br
17
COMMENT=	HTML editor designed for the experienced web designer
17
COMMENT=	HTML editor designed for the experienced web designer
18
18
19
LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre \
19
LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre \
Lines 27-33 Link Here
27
.endif
27
.endif
28
28
29
USE_BZIP2=	yes
29
USE_BZIP2=	yes
30
USE_GETTEXT=	yes
31
USE_GNOME=	gnomeprefix gtk20 gnomevfs2 gnomemimedata desktopfileutils
30
USE_GNOME=	gnomeprefix gtk20 gnomevfs2 gnomemimedata desktopfileutils
32
WANT_GNOME=	yes
31
WANT_GNOME=	yes
33
GNU_CONFIGURE=	yes
32
GNU_CONFIGURE=	yes
Lines 71-74 Link Here
71
USE_GNOME+=	libgnomeui
70
USE_GNOME+=	libgnomeui
72
.endif
71
.endif
73
72
73
.if defined(WITHOUT_NLS)
74
CONFIGURE_ARGS+=	--disable-nls
75
PLIST_SUB+=		NLS="@comment "
76
.else
77
USE_GETTEXT=		yes
78
PLIST_SUB+=		NLS=""
79
.endif
80
74
.include <bsd.port.post.mk>
81
.include <bsd.port.post.mk>

Return to bug 137889