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 |
|