aboutsummaryrefslogtreecommitdiff
path: root/converters/osm2pgsql
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
commit7f4572eae4327c4403d9ef714cb6de917650662a (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /converters/osm2pgsql
parent630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff)
downloadports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz
ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412344
Diffstat (limited to 'converters/osm2pgsql')
-rw-r--r--converters/osm2pgsql/Makefile8
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