diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 10:31:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 10:31:41 +0000 |
commit | 24e692de02e3211ab0e1762603607eb4f60f0c8d (patch) | |
tree | 830fc2bf7652587fa95f23130b6cf7d583cf49bc /astro/rmap | |
parent | b3a96ed6ee9c272be4c0763868b0cc1778d550ec (diff) | |
download | ports-24e692de02e3211ab0e1762603607eb4f60f0c8d.tar.gz ports-24e692de02e3211ab0e1762603607eb4f60f0c8d.zip |
Notes
Diffstat (limited to 'astro/rmap')
-rw-r--r-- | astro/rmap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/rmap/Makefile b/astro/rmap/Makefile index 064aec53605d..3acc55283085 100644 --- a/astro/rmap/Makefile +++ b/astro/rmap/Makefile @@ -10,7 +10,7 @@ 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:${PORTSDIR}/graphics/gd +LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd GNU_CONFIGURE= yes USES= gmake |