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

Collapse All | Expand All

(-)Makefile (-3 / +9 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	wx
3
PORTNAME=	wx
4
PORTVERSION=	3.0.2
4
PORTVERSION=	3.0.2
5
PORTREVISION?=	1
5
PORTREVISION?=	2
6
CATEGORIES=	x11-toolkits
6
CATEGORIES=	x11-toolkits
7
MASTER_SITES=	SF/wxwindows/${PORTVERSION}
7
MASTER_SITES=	SF/wxwindows/${PORTVERSION}
8
PKGNAMESUFFIX=	30-gtk2
8
PKGNAMESUFFIX=	30-gtk2
Lines 17-23 Link Here
17
		libexpat.so:${PORTSDIR}/textproc/expat2\
17
		libexpat.so:${PORTSDIR}/textproc/expat2\
18
		libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2
18
		libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2
19
19
20
USES+=		iconv gmake pkgconfig tar:bzip2
20
USES+=		compiler:c++11-lib iconv gmake pkgconfig tar:bzip2
21
USE_XORG=	x11 sm xxf86vm xinerama
21
USE_XORG=	x11 sm xxf86vm xinerama
22
USE_GL=		glu
22
USE_GL=		glu
23
USE_GNOME=	gtk20
23
USE_GNOME=	gtk20
Lines 52-55 Link Here
52
MSPACK_CONFIGURE_WITH=	libmspack
52
MSPACK_CONFIGURE_WITH=	libmspack
53
MSPACK_LIB_DEPENDS=	libmspack.so:${PORTSDIR}/archivers/libmspack
53
MSPACK_LIB_DEPENDS=	libmspack.so:${PORTSDIR}/archivers/libmspack
54
54
55
.include <bsd.port.mk>
55
.include <bsd.port.pre.mk>
56
57
.if ${COMPILER_TYPE} == "gcc"
58
CONFIGURE_ARGS=	--disable-precomp-headers
59
.endif
60
61
.include <bsd.port.post.mk>

Return to bug 197031