diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-12-08 19:58:49 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-12-08 19:58:49 +0000 |
commit | f584da22ee03bf55f4db7ffa79c61aa8ad827ad6 (patch) | |
tree | f7da82208d8de3376467178192bb0f8181f73280 /graphics/mapnik | |
parent | Also acts up on sparc64 on pointyhat. (diff) |
Clean up "current" versions of autotools components to further reduce
tree-churn on updates.
Diffstat (limited to 'graphics/mapnik')
-rw-r--r-- | graphics/mapnik/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile index c3f5f8137cd2..ad39a9832f7c 100644 --- a/graphics/mapnik/Makefile +++ b/graphics/mapnik/Makefile @@ -16,7 +16,6 @@ COMMENT= A Free Toolkit For Developing Mapping Applications LIB_DEPENDS= geos:${PORTSDIR}/graphics/geos \ proj:${PORTSDIR}/graphics/proj \ - ltdl:${PORTSDIR}/devel/libltdl22 \ png:${PORTSDIR}/graphics/png \ tiff:${PORTSDIR}/graphics/tiff \ cairo.2:${PORTSDIR}/graphics/cairo \ @@ -34,6 +33,7 @@ USE_BZIP2= yes NO_BUILD= yes USE_PYTHON= 2.4+ USE_LDCONFIG= yes +USE_AUTOTOOLS= libltdl WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include <bsd.port.pre.mk> |