diff options
author | John Marino <marino@FreeBSD.org> | 2014-07-11 21:33:19 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-07-11 21:33:19 +0000 |
commit | ac72ad3f9b57db27e8088dc3cf61787b15f4db1a (patch) | |
tree | e096ad8a8896930a73591ba263fe138aecb7f420 /graphics/mapnik | |
parent | 79b72e7547a4de0a22ede82b5e581af5c3f63347 (diff) | |
download | ports-ac72ad3f9b57db27e8088dc3cf61787b15f4db1a.tar.gz ports-ac72ad3f9b57db27e8088dc3cf61787b15f4db1a.zip |
Notes
Diffstat (limited to 'graphics/mapnik')
-rw-r--r-- | graphics/mapnik/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile index 5ccd9ac3664c..9134a5c6b612 100644 --- a/graphics/mapnik/Makefile +++ b/graphics/mapnik/Makefile @@ -4,7 +4,7 @@ PORTNAME= mapnik PORTVERSION= 2.2.0 DISTVERSIONPREFIX= v -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics geography MASTER_SITES= http://mapnik.s3.amazonaws.com/dist/v${PORTVERSION}/ @@ -21,8 +21,7 @@ LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj \ BUILD_DEPENDS= ${LOCALBASE}/bin/freetype-config:${PORTSDIR}/print/freetype2 \ ${PYTHON_PKGNAMEPREFIX}icu>=0.8.1:${PORTSDIR}/devel/py-icu -USE_BZIP2= yes -USES= pkgconfig scons +USES= pkgconfig scons tar:bzip2 USE_GNOME= libxml2 USE_PYTHON= yes USE_LDCONFIG= yes @@ -116,9 +115,6 @@ MAKE_ARGS+= TIFF=False IGNORE= does not install: runs out of virtual memory .endif -MAKE_ARGS+= CUSTOM_CFLAGS=-I${LOCALBASE}/include -MAKE_ARGS+= CUSTOM_CXXFLAGS=-I${LOCALBASE}/include -MAKE_ARGS+= CUSTOM_LDFLAGS=-L${LOCALBASE}/lib MAKE_ARGS+= WARNING_CXXFLAGS=${WARNING_CXXFLAGS} MAKE_ARGS+= INPUT_PLUGINS="`${ECHO} ${INPUT_PLUGINS} | ${TR} ' ' ,`" MAKE_ARGS+= JOBS=${MAKE_JOBS_NUMBER} @@ -137,6 +133,7 @@ pre-configure: post-patch: @${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \ + -e 's#/usr/include#${LOCALBASE}/include#g' \ ${WRKSRC}/SConstruct post-install: |