diff options
author | thierry <thierry@FreeBSD.org> | 2005-11-28 22:49:02 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-11-28 22:49:02 +0000 |
commit | 1c0385bd35cc354b08fe75c5a03a73b29966a898 (patch) | |
tree | 12b11c1f7090ec383b5997821d0454cf51eda5d7 /misc/earthview | |
parent | e36ef13dbcebd7dbfc5962c640608f01c4a0a913 (diff) | |
download | FreeBSD-ports-1c0385bd35cc354b08fe75c5a03a73b29966a898.zip FreeBSD-ports-1c0385bd35cc354b08fe75c5a03a73b29966a898.tar.gz |
Make fetchable again.
Diffstat (limited to 'misc/earthview')
-rw-r--r-- | misc/earthview/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/misc/earthview/Makefile b/misc/earthview/Makefile index b35b0f9..522be4d 100644 --- a/misc/earthview/Makefile +++ b/misc/earthview/Makefile @@ -9,16 +9,12 @@ PORTNAME= earthview PORTVERSION= 1.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/ +MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/privat2/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Produces a view output of an arbitrary region of the Earth -BROKEN= "mastersite disappeared" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2005-12-11 - USE_REINPLACE= yes USE_XLIB= yes CFLAGS+= -I${X11BASE}/include |