diff options
author | cs <cs@FreeBSD.org> | 2013-01-21 01:15:39 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2013-01-21 01:15:39 +0800 |
commit | 19c1d67f1cdb2c4b6527830300ba5552b42e428d (patch) | |
tree | 18d43b32f2ea703273ec7e44fbe6e05034d5bfbf /astro/xtide/Makefile | |
parent | bff709916d79bea83655582267587ff220426bd9 (diff) | |
download | freebsd-ports-gnome-19c1d67f1cdb2c4b6527830300ba5552b42e428d.tar.gz freebsd-ports-gnome-19c1d67f1cdb2c4b6527830300ba5552b42e428d.tar.zst freebsd-ports-gnome-19c1d67f1cdb2c4b6527830300ba5552b42e428d.zip |
- Update to 2.13
- Update Harmonics file to 20121224
Diffstat (limited to 'astro/xtide/Makefile')
-rw-r--r-- | astro/xtide/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index 81448e23bb46..5e1aa14d6ae3 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xtide -PORTVERSION= 2.12.1 -PORTREVISION= 2 +PORTVERSION= 2.13 CATEGORIES= astro geography MASTER_SITES= ftp://ftp.flaterco.com/xtide/ \ http://www.c-s.li/ports/ @@ -20,6 +19,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png USE_BZIP2= yes USE_GMAKE= yes +USE_GCC= yes GNU_CONFIGURE= yes MAN1= tide.1 @@ -30,11 +30,12 @@ LDFLAGS+= -L../${TCD_DISTNAME}/.libs -L${LOCALBASE}/lib MAKE_JOBS_SAFE= yes TCD_DISTNAME= libtcd-2.2.5 -HARM_DISTNAME= harmonics-dwf-20120302 +HARM_DISTNAME= harmonics-dwf-20121224 WVS_DISTNAME= wvs OPTIONS_DEFINE= WVS X11 -WVS_DESC= Use world vector shoreline data (big file!) +OPTIONS_DEFAULT=X11 +WVS_DESC= Use world vector shoreline data (37MB) .include <bsd.port.options.mk> |