diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-12 08:24:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-12 08:24:29 +0000 |
commit | e29d5654e9f416d889be863e8dd567a647259124 (patch) | |
tree | fd5d77a7bfd63e5bedb6bcf6e24de474d152ec6f /astro | |
parent | 0c24508c5de0f4ea06b4183835f049d859bf7fba (diff) |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gpscorrelate/Makefile | 4 | ||||
-rw-r--r-- | astro/merkaartor/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/astro/gpscorrelate/Makefile b/astro/gpscorrelate/Makefile index 402f8ba4a5a8..7e51e0d22a4d 100644 --- a/astro/gpscorrelate/Makefile +++ b/astro/gpscorrelate/Makefile @@ -6,14 +6,14 @@ PORTNAME= gpscorrelate PORTVERSION= 1.5.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= astro geography MASTER_SITES= http://freefoote.dview.net/linux/ MAINTAINER= Iam@LukasMaly.NET COMMENT= A gps file gpx correlate exif tag in photos -LIB_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2 \ +LIB_DEPENDS= exiv2.10:${PORTSDIR}/graphics/exiv2 \ gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 MAN1= gpscorrelate.1 gpscorrelate-gui.1 diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile index 4176ea849b44..a964c74ae21a 100644 --- a/astro/merkaartor/Makefile +++ b/astro/merkaartor/Makefile @@ -7,6 +7,7 @@ PORTNAME= merkaartor PORTVERSION= 0.17.2 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= http://www.merkaartor.be/attachments/download/253/ @@ -38,7 +39,7 @@ OPTIONS= GEOIMAGE "Enable geotagged images (needs exiv2)" on\ .if !defined(WITHOUT_GEOIMAGE) QMAKEFLAGS+= GEOIMAGE=1 -LIB_DEPENDS+= exiv2:${PORTSDIR}/graphics/exiv2 +LIB_DEPENDS+= exiv2.10:${PORTSDIR}/graphics/exiv2 .endif .if defined(WITH_GDAL) |