diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-08-09 14:05:52 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-08-09 14:05:52 +0000 |
commit | b83d7bf933421ec67d43832596ab3f5cf5a33532 (patch) | |
tree | 4b54bdffc904e7c6b2e7107151b63bada3f0ecb6 /astro/rmap | |
parent | a851269bfa4538b5ba537c3f91e9eca1a5553fc6 (diff) | |
download | ports-b83d7bf933421ec67d43832596ab3f5cf5a33532.tar.gz ports-b83d7bf933421ec67d43832596ab3f5cf5a33532.zip |
Notes
Diffstat (limited to 'astro/rmap')
-rw-r--r-- | astro/rmap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/rmap/Makefile b/astro/rmap/Makefile index 0d0097ff54cf..6c25d8bd483b 100644 --- a/astro/rmap/Makefile +++ b/astro/rmap/Makefile @@ -3,14 +3,14 @@ PORTNAME= rmap PORTVERSION= 1.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= astro geography MASTER_SITES= http://www.reza.net/rmap/ MAINTAINER= ports@FreeBSD.org COMMENT= Generates images of the Earth centered at a particular location -LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd MAN1= rmap.1 GNU_CONFIGURE= yes |