diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
commit | b185046be2ec03555daaf4f26d38542c403a9955 (patch) | |
tree | 0274ce607614533de66837fc1f70d4c35770d9e1 /astro | |
parent | 88d002074007544d532f2495aeb93729291e6275 (diff) | |
download | ports-b185046be2ec03555daaf4f26d38542c403a9955.tar.gz ports-b185046be2ec03555daaf4f26d38542c403a9955.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/rmap/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/astro/rmap/Makefile b/astro/rmap/Makefile index 3f32d1f7003c..1a8fe01e22b7 100644 --- a/astro/rmap/Makefile +++ b/astro/rmap/Makefile @@ -7,21 +7,21 @@ PORTNAME= rmap PORTVERSION= 1.2 -PORTREVISION= 3 +PORTREVISION= 4 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.4:${PORTSDIR}/graphics/gd2 \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd2 MAN1= rmap.1 +USE_GETOPT_LONG=yes GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lgnugetopt" +CPPFLAGS= -I${LOCALBASE}/include +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LIBS="-L${LOCALBASE}/lib" .include <bsd.port.mk> |