diff options
author | sf <sf@FreeBSD.org> | 2001-08-31 22:26:05 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-08-31 22:26:05 +0800 |
commit | 4428c13b6ac024e32d44d8fdefa39cad2b3ec60e (patch) | |
tree | 1dd8c0dad76fa9e7c809ce3adf96f95b30c2bec6 /astro | |
parent | c7d417733dcfc3a9d9b8d0635138db2539fbd482 (diff) | |
download | freebsd-ports-gnome-4428c13b6ac024e32d44d8fdefa39cad2b3ec60e.tar.gz freebsd-ports-gnome-4428c13b6ac024e32d44d8fdefa39cad2b3ec60e.tar.zst freebsd-ports-gnome-4428c13b6ac024e32d44d8fdefa39cad2b3ec60e.zip |
unbreak: USE_XLIB.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xworld/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/xworld/Makefile b/astro/xworld/Makefile index 41f23c5fc6b3..66aec708d2d8 100644 --- a/astro/xworld/Makefile +++ b/astro/xworld/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= ftp://gutemine.geo.uni-koeln.de/pub/xworld/ \ MAINTAINER= naddy@mips.inka.de +USE_XLIB= yes + HAS_CONFIGURE= yes CONFIGURE_ENV= CAT=${CAT} \ STRIP=/usr/bin/strip \ |