diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-11 18:16:14 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-11 18:16:14 +0000 |
commit | 99a390f50bab457f60aec3050c18c4b5c5fb7023 (patch) | |
tree | fb6e1d6bcf31a0efb7675597b7fa4f423710c0bb /astro | |
parent | 31f779fa09467bfcb2c12e2ad95525a75e526bc8 (diff) | |
download | ports-99a390f50bab457f60aec3050c18c4b5c5fb7023.tar.gz ports-99a390f50bab457f60aec3050c18c4b5c5fb7023.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/rmap/Makefile | 6 |
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> |