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

(-)Makefile (-5 / +4 lines)
Lines 3-10 Link Here
3
3
4
PORTNAME=	mapnik
4
PORTNAME=	mapnik
5
PORTVERSION=	2.1.0
5
PORTVERSION=	2.1.0
6
PORTREVISION=	2
7
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
PORTREVISION=	3
8
CATEGORIES=	graphics geography
8
CATEGORIES=	graphics geography
9
MASTER_SITES=	http://cloud.github.com/downloads/${PORTNAME}/${PORTNAME}/
9
MASTER_SITES=	http://cloud.github.com/downloads/${PORTNAME}/${PORTNAME}/
10
10
Lines 22-37 Link Here
22
		boost_system:${PORTSDIR}/devel/boost-libs \
22
		boost_system:${PORTSDIR}/devel/boost-libs \
23
		boost_python:${PORTSDIR}/devel/boost-python-libs
23
		boost_python:${PORTSDIR}/devel/boost-python-libs
24
BUILD_DEPENDS=	${LOCALBASE}/bin/freetype-config:${PORTSDIR}/print/freetype2 \
24
BUILD_DEPENDS=	${LOCALBASE}/bin/freetype-config:${PORTSDIR}/print/freetype2 \
25
		icu>=4.2:${PORTSDIR}/devel/icu \
25
		${PYTHON_PKGNAMEPREFIX}icu>=0.8.1:${PORTSDIR}/devel/py-icu
26
		${PYTHON_PKGNAMEPREFIX}icu>=0.8.1:${PORTSDIR}/devel/py-icu \
27
		boost-libs>=1.47:${PORTSDIR}/devel/boost-libs \
28
26
29
USE_BZIP2=	yes
27
USE_BZIP2=	yes
30
USE_PYTHON=	2.6+
28
USE_PYTHON=	2.6+
31
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
32
USE_SCONS=	yes
30
USE_SCONS=	yes
33
USE_AUTOTOOLS=	libltdl
31
USE_AUTOTOOLS=	libltdl
34
USE_GNOME=	pkgconfig libxml2
32
USES=		pkgconfig
33
USE_GNOME=	libxml2
35
MAKE_JOBS_SAFE=	yes
34
MAKE_JOBS_SAFE=	yes
36
WARNING_CXXFLAGS?=	-w
35
WARNING_CXXFLAGS?=	-w
37
36
(-)pkg-descr (-1 / +1 lines)
Lines 12-15 Link Here
12
the wheel, but utilizes best of breed industry standard libraries from
12
the wheel, but utilizes best of breed industry standard libraries from
13
boost.org.
13
boost.org.
14
14
15
WWW:	http://www.mapnik.org/
15
WWW: http://www.mapnik.org/

Return to bug 179169