summaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2003-07-11 18:16:14 +0000
committernork <nork@FreeBSD.org>2003-07-11 18:16:14 +0000
commit07d4243107c7c11506a607480ffa2c5fbb716299 (patch)
tree8105e7b9bfe65fc36d1797e9690cdbdc1ba972ff /astro
parentb928507d6b0aa80a3d71cc58c69fe7d62d53fc62 (diff)
downloadFreeBSD-ports-07d4243107c7c11506a607480ffa2c5fbb716299.zip
FreeBSD-ports-07d4243107c7c11506a607480ffa2c5fbb716299.tar.gz
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
Diffstat (limited to 'astro')
-rw-r--r--astro/rmap/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/rmap/Makefile b/astro/rmap/Makefile
index 61fe96c..3f32d1f 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>
OpenPOWER on IntegriCloud