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

(-)b/net/grsync/Makefile (-10 / +3 lines)
Lines 19-25 USE_GNOME= gtk20 Link Here
19
USES=		desktop-file-utils gmake shared-mime-info pkgconfig shebangfix
19
USES=		desktop-file-utils gmake shared-mime-info pkgconfig shebangfix
20
SHEBANG_FILES=	src/grsync-batch
20
SHEBANG_FILES=	src/grsync-batch
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
CONFIGURE_ARGS+=	--disable-unity
23
22
24
INSTALLS_ICONS=	yes
23
INSTALLS_ICONS=	yes
25
24
Lines 27-42 CPPFLAGS+= -I${LOCALBASE}/include Link Here
27
LDFLAGS+=	-L${LOCALBASE}/lib
26
LDFLAGS+=	-L${LOCALBASE}/lib
28
27
29
OPTIONS_DEFINE=	NLS
28
OPTIONS_DEFINE=	NLS
30
OPTIONS_DEFAULT=	NLS
31
OPTIONS_SUB=	yes
29
OPTIONS_SUB=	yes
32
NLS_USES=	gettext
30
USES+=		gettext
33
31
NLS_CONFIGURE_ENABLE=	nls
34
.include <bsd.port.options.mk>
35
32
36
post-patch:
33
CONFIGURE_ARGS+=	--disable-unity
37
.if empty(PORT_OPTIONS:MNLS)
38
	@${REINPLACE_CMD} 's/^ALL_LINGUAS=.*/ALL_LINGUAS=""/' \
39
		${WRKSRC}/configure
40
.endif
41
34
42
.include <bsd.port.mk>
35
.include <bsd.port.mk>

Return to bug 198020