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

(-)Makefile (-3 / +9 lines)
Lines 22-29 Link Here
22
		libnotify.so:${PORTSDIR}/devel/libnotify
22
		libnotify.so:${PORTSDIR}/devel/libnotify
23
RUN_DEPENDS=	highlight:${PORTSDIR}/textproc/highlight
23
RUN_DEPENDS=	highlight:${PORTSDIR}/textproc/highlight
24
24
25
USES=		desktop-file-utils bison gettext gmake libtool \
25
USES=		bison compiler:c++11-lib desktop-file-utils gettext gmake \
26
		pathfix perl5 pkgconfig tar:xz
26
		libtool pathfix perl5 pkgconfig tar:xz
27
USE_GNOME=	evolutiondataserver3 gnomedesktop3 gnomeprefix gtkhtml4 \
27
USE_GNOME=	evolutiondataserver3 gnomedesktop3 gnomeprefix gtkhtml4 \
28
		intlhack
28
		intlhack
29
GNU_CONFIGURE=	yes
29
GNU_CONFIGURE=	yes
Lines 114-117 Link Here
114
		${WRKSRC}/modules/bogofilter/evolution-bogofilter.c
114
		${WRKSRC}/modules/bogofilter/evolution-bogofilter.c
115
#	@${SH} ${FILESDIR}/fix-plugins.sh ${WRKSRC}
115
#	@${SH} ${FILESDIR}/fix-plugins.sh ${WRKSRC}
116
116
117
.include <bsd.port.mk>
117
.include <bsd.port.pre.mk>
118
119
.if ${CHOSEN_COMPILER_TYPE} == gcc
120
LDFLAGS+=      -lstdc++
121
.endif
122
123
.include <bsd.port.post.mk>

Return to bug 196079