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

(-)Makefile (-1 / +7 lines)
Lines 27-33 Link Here
27
27
28
USE_GITHUB=	yes
28
USE_GITHUB=	yes
29
29
30
USES=		compiler:c++11-lib gettext pkgconfig python:2.7 shebangfix uniquefiles:dirs
30
USES=		compiler:c++11-lib gettext pkgconfig shebangfix uniquefiles:dirs
31
USE_PYTHON=	autoplist distutils
31
USE_PYTHON=	autoplist distutils
32
CFLAGS+=	-I${LOCALBASE}/include
32
CFLAGS+=	-I${LOCALBASE}/include
33
33
Lines 105-107 Link Here
105
	${CP} -R ${WRKSRC}/examples/ ${STAGEDIR}${EXAMPLESDIR}
105
	${CP} -R ${WRKSRC}/examples/ ${STAGEDIR}${EXAMPLESDIR}
106
106
107
.include <bsd.port.mk>
107
.include <bsd.port.mk>
108
109
.if ${GTK_BACKEND} == True || ${GTKAGG_BACKEND} == True
110
USES+=	python:2.7
111
.else
112
USES+=	python
113
.endif

Return to bug 214853