diff options
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gaia/Makefile | 4 | ||||
-rw-r--r-- | astro/tangogps/Makefile | 4 | ||||
-rw-r--r-- | astro/viking/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/astro/gaia/Makefile b/astro/gaia/Makefile index c4d095998dcf..2d9c4d0de2cd 100644 --- a/astro/gaia/Makefile +++ b/astro/gaia/Makefile @@ -7,14 +7,14 @@ PORTNAME= gaia PORTVERSION= 0.1.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}-clean/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Display geographic maps with optional GPS tracking support -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \ +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png diff --git a/astro/tangogps/Makefile b/astro/tangogps/Makefile index ffef55d34107..7e0895e04858 100644 --- a/astro/tangogps/Makefile +++ b/astro/tangogps/Makefile @@ -7,14 +7,14 @@ PORTNAME= tangogps PORTVERSION= 0.99.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro geography MASTER_SITES= http://www.tangogps.org/downloads/ MAINTAINER= stas@FreeBSD.org COMMENT= A comprehencive GPS mapping application -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \ +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ exif.12:${PORTSDIR}/graphics/libexif GNU_CONFIGURE= yes diff --git a/astro/viking/Makefile b/astro/viking/Makefile index 4c56943816e1..5a12790795d6 100644 --- a/astro/viking/Makefile +++ b/astro/viking/Makefile @@ -7,14 +7,14 @@ PORTNAME= viking PORTVERSION= 0.9.92 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro MASTER_SITES= SF MAINTAINER= david@trucs.org COMMENT= Program to manage GPS data (tracks, waypoints, etc) -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \ +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ expat.6:${PORTSDIR}/textproc/expat2 RUN_DEPENDS= gpsbabel:${PORTSDIR}/astro/gpsbabel |