summaryrefslogtreecommitdiff
path: root/astro/rmap
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-07-11 18:16:14 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-07-11 18:16:14 +0000
commit99a390f50bab457f60aec3050c18c4b5c5fb7023 (patch)
treefb6e1d6bcf31a0efb7675597b7fa4f423710c0bb /astro/rmap
parentUpdate to 5.3.10. (diff)
o Change library name from libgd to libgd1.
o Do not install everything except headers and libraries (to avoid conflicting with graphics/gd2) o Fix dependency on new libgd1(for many ports). PR: ports/54100 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=84696
Diffstat (limited to 'astro/rmap')
-rw-r--r--astro/rmap/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/rmap/Makefile b/astro/rmap/Makefile
index 61fe96ce9b89..3f32d1f7003c 100644
--- a/astro/rmap/Makefile
+++ b/astro/rmap/Makefile
@@ -7,21 +7,21 @@
PORTNAME= rmap
PORTVERSION= 1.2
-PORTREVISION= 1
+PORTREVISION= 3
CATEGORIES= astro
MASTER_SITES= http://www.reza.net/rmap/
MAINTAINER= trevor@FreeBSD.org
COMMENT= Generates images of the Earth centered at a particular location
-LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \
+LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd2 \
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
MAN1= rmap.1
GNU_CONFIGURE= yes
USE_GMAKE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I ${LOCALBASE}/include/gd/" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lgnugetopt"
.include <bsd.port.mk>