diff options
author | Martin Matuska <mm@FreeBSD.org> | 2007-08-14 12:38:26 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2007-08-14 12:38:26 +0000 |
commit | 62902e9dab28d0e1955f9b010aad7a0f56509a01 (patch) | |
tree | 299d73e80720ec7aaa9d17c660c595e477463e51 /misc/earthview | |
parent | 406a80cf41b13846da1bf0a7a6190378400afe68 (diff) |
Notes
Diffstat (limited to 'misc/earthview')
-rw-r--r-- | misc/earthview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/earthview/Makefile b/misc/earthview/Makefile index 1f82f3d339c8..ee86d801b330 100644 --- a/misc/earthview/Makefile +++ b/misc/earthview/Makefile @@ -8,7 +8,7 @@ PORTNAME= earthview PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc geography MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/privat2/ EXTRACT_SUFX= .tgz @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Produces a view output of an arbitrary region of the Earth -USE_XLIB= yes +USE_XORG= xpm CFLAGS+= -I${X11BASE}/include ALL_TARGET= earthview |