diff options
author | mm <mm@FreeBSD.org> | 2007-08-14 20:38:26 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-08-14 20:38:26 +0800 |
commit | c3f1de55bf185088caa4adfb4f0a645db255f37a (patch) | |
tree | 18f5bd68792d62f1f4b8858146f8f8d1b13ac7bf | |
parent | 20decfdb821f29ee2a3d3c11d16140717a5c5d22 (diff) | |
download | freebsd-ports-graphics-c3f1de55bf185088caa4adfb4f0a645db255f37a.tar.gz freebsd-ports-graphics-c3f1de55bf185088caa4adfb4f0a645db255f37a.tar.zst freebsd-ports-graphics-c3f1de55bf185088caa4adfb4f0a645db255f37a.zip |
- Depend on USE_XORG=xpm explicitly
- Bump PORTREVISION
Approved by: garga (mentor, implicit)
-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 1f82f3d339c..ee86d801b33 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 |