diff options
author | Will Andrews <will@FreeBSD.org> | 2000-09-01 06:31:19 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-09-01 06:31:19 +0000 |
commit | 7dc8b3929a17c73564bd95fda4972413f2a76a47 (patch) | |
tree | cb2eaeeb1ed8925db3219d260f8ebe0b00dbaa87 /astro/xplanet/Makefile | |
parent | Update to 1.0c17. (diff) |
Update to 0.73.
Diffstat (limited to 'astro/xplanet/Makefile')
-rw-r--r-- | astro/xplanet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile index 17fc95ad49f0..8255252b02a9 100644 --- a/astro/xplanet/Makefile +++ b/astro/xplanet/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xplanet -PORTVERSION= 0.70 +PORTVERSION= 0.73 CATEGORIES= astro x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.radcyberzine.com/xglobe/ @@ -30,7 +30,7 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \ MAKE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \ CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" -MAN1= xplanet.1 xplanetbg.1 +MAN1= xplanet.1 xplanetbg.1 tkxplanet.1 tzcoord.pl.1 .include <bsd.port.pre.mk> |