diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2007-08-01 19:40:05 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2007-08-01 19:40:05 +0000 |
commit | f94c137aa902b9532767200e5c9a123293f649c3 (patch) | |
tree | fd84e324d7b8a44af349f16d7778c27e1d0b5907 /astro | |
parent | 567bdd4a264dc5ef23003020cb644f8a731538a7 (diff) |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xworld/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/xworld/Makefile b/astro/xworld/Makefile index f38842d766ed..b591e904b21d 100644 --- a/astro/xworld/Makefile +++ b/astro/xworld/Makefile @@ -7,7 +7,7 @@ PORTNAME= xworld PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro geography MASTER_SITES= ftp://gutemine.geo.uni-koeln.de/pub/xworld/ \ ftp://ftp.Uni-Koeln.DE/misc/ @@ -15,7 +15,7 @@ MASTER_SITES= ftp://gutemine.geo.uni-koeln.de/pub/xworld/ \ MAINTAINER= naddy@FreeBSD.org COMMENT= Earth as seen from the direction of the sun -USE_XLIB= yes +USE_XORG= x11 HAS_CONFIGURE= yes CONFIGURE_ENV= CAT=${CAT} \ |