diff options
Diffstat (limited to 'converters/osm2pgsql/Makefile')
-rw-r--r-- | converters/osm2pgsql/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile index 2aa345befe90..99cea8558fcb 100644 --- a/converters/osm2pgsql/Makefile +++ b/converters/osm2pgsql/Makefile @@ -12,10 +12,10 @@ COMMENT= Convert OSM XML data to PostgreSQL database LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj \ - libgeos.so:${PORTSDIR}/graphics/geos \ - libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c \ - libboost_thread.so:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libproj.so:graphics/proj \ + libgeos.so:graphics/geos \ + libprotobuf-c.so:devel/protobuf-c \ + libboost_thread.so:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= openstreetmap |