aboutsummaryrefslogtreecommitdiff
path: root/astro/merkaartor
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 /astro/merkaartor
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 'astro/merkaartor')
-rw-r--r--astro/merkaartor/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile
index 73e34d74e0a3..5bd922536d7b 100644
--- a/astro/merkaartor/Makefile
+++ b/astro/merkaartor/Makefile
@@ -11,10 +11,10 @@ COMMENT= Openstreetmap mapping program
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal \
- libproj.so:${PORTSDIR}/graphics/proj \
- libquazip5.so:${PORTSDIR}/archivers/quazip-qt5 \
- libsqlite3.so:${PORTSDIR}/databases/sqlite3
+LIB_DEPENDS= libgdal.so:graphics/gdal \
+ libproj.so:graphics/proj \
+ libquazip5.so:archivers/quazip-qt5 \
+ libsqlite3.so:databases/sqlite3
USE_GITHUB= yes
GH_ACCOUNT= openstreetmap
@@ -32,11 +32,11 @@ OPTIONS_DEFAULT= GEOIMAGE
GEOIMAGE_DESC= Enable geotagged images (needs exiv2)
GEOIMAGE_QMAKE_ON= GEOIMAGE=1
-GEOIMAGE_LIB_DEPENDS= libexiv2.so:${PORTSDIR}/graphics/exiv2
+GEOIMAGE_LIB_DEPENDS= libexiv2.so:graphics/exiv2
ZBAR_DESC= Read barcodes from walking papers (BROKEN)
ZBAR_QMAKE_ON= ZBAR=1
-ZBAR_LIB_DEPENDS= libzbar.so:${PORTSDIR}/graphics/zbar
+ZBAR_LIB_DEPENDS= libzbar.so:graphics/zbar
# graphics/zbar needs to be built with Qt support (and needs a Qt5 version)
ZBAR_BROKEN= Does not build with option ZBAR selected