diff options
author | naddy <naddy@FreeBSD.org> | 2007-08-02 03:40:05 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2007-08-02 03:40:05 +0800 |
commit | 162cf3da935cf92021c516423bbacdab25805cc1 (patch) | |
tree | 7b7de1e32cd6d521231bea1732ed498c4d7f846a /astro/xworld | |
parent | 7784bcaba3e75067b22876f5bb1cb2f90a4fdadf (diff) | |
download | freebsd-ports-gnome-162cf3da935cf92021c516423bbacdab25805cc1.tar.gz freebsd-ports-gnome-162cf3da935cf92021c516423bbacdab25805cc1.tar.zst freebsd-ports-gnome-162cf3da935cf92021c516423bbacdab25805cc1.zip |
Use fine-grained X11 dependencies.
PR: 115085
Submitted by: mm
Diffstat (limited to 'astro/xworld')
-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} \ |