diff options
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> |