diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
commit | 29863648e3d55a1df8635d93b18e22c74273d9a3 (patch) | |
tree | 318f5aebb7be8887ecfcc982de8845cb53f4c5e8 /astro | |
parent | 130db9c13e9b6bc169c92e3612444205da7a7352 (diff) | |
download | ports-29863648e3d55a1df8635d93b18e22c74273d9a3.tar.gz ports-29863648e3d55a1df8635d93b18e22c74273d9a3.zip |
Notes
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 |