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

Collapse All | Expand All

(-)x11-fm/pcmanfm/Makefile (-2 / +4 lines)
Lines 13-20 Link Here
13
13
14
LIB_DEPENDS=	libfm-gtk.so:${PORTSDIR}/x11/libfm
14
LIB_DEPENDS=	libfm-gtk.so:${PORTSDIR}/x11/libfm
15
15
16
USES=		desktop-file-utils gmake pkgconfig gettext-tools libtool \
16
USES=		autoreconf desktop-file-utils gettext-tools gmake libtool \
17
	autoreconf tar:xz
17
		pkgconfig tar:xz
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
USE_GNOME=	glib20 gtk20 intltool intlhack
19
USE_GNOME=	glib20 gtk20 intltool intlhack
20
USE_XORG=	x11
20
USE_XORG=	x11
Lines 27-32 Link Here
27
OPTIONS_SUB=	yes
27
OPTIONS_SUB=	yes
28
NLS_USES=	gettext-runtime
28
NLS_USES=	gettext-runtime
29
NLS_CONFIGURE_ENABLE=	nls
29
NLS_CONFIGURE_ENABLE=	nls
30
NLS_CPPFLAGS=	-I${LOCALBASE}/include
31
NLS_LDFLAGS=	-L${LOCALBASE}/lib
30
32
31
post-patch:
33
post-patch:
32
	@${REINPLACE_CMD} -e '/pcmanfm.conf/ d' ${WRKSRC}/data/Makefile.am
34
	@${REINPLACE_CMD} -e '/pcmanfm.conf/ d' ${WRKSRC}/data/Makefile.am

Return to bug 201414