diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-06 18:47:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-06 18:47:15 +0000 |
commit | 493e3c70d25da64fbfe053b9c437cde8dff055bd (patch) | |
tree | 068b3bd103d79ea5853558e303e2426b06f7464a /astro | |
parent | 042af9b2316647433c2d73a63f46656fa97f6b70 (diff) |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/rmap/Makefile | 4 | ||||
-rw-r--r-- | astro/rmap/pkg-descr | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/astro/rmap/Makefile b/astro/rmap/Makefile index 974af6c7b5bb..7f769165c63a 100644 --- a/astro/rmap/Makefile +++ b/astro/rmap/Makefile @@ -5,7 +5,7 @@ PORTNAME= rmap PORTVERSION= 1.2 PORTREVISION= 12 CATEGORIES= astro geography -MASTER_SITES= http://reza.net/rmap/ +MASTER_SITES= http://rmap.sourceforge.net/ MAINTAINER= ports@FreeBSD.org COMMENT= Generates images of the Earth centered at a particular location @@ -13,8 +13,6 @@ COMMENT= Generates images of the Earth centered at a particular location LICENSE= GPLv2 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= No public distfiles - LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd USES= gmake diff --git a/astro/rmap/pkg-descr b/astro/rmap/pkg-descr index c838170dbd05..12505978355e 100644 --- a/astro/rmap/pkg-descr +++ b/astro/rmap/pkg-descr @@ -5,4 +5,4 @@ boundaries of countries and U.S. states, and a few cities. Command-line options allow centering the maps at a particular latitude and longitude and zooming in. -WWW: http://reza.net/cms/index.php?page=rmap_-_Global_Vector-Based_Mapping_Software +WWW: http://rmap.sourceforge.net/ |