diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-08-31 14:26:05 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-08-31 14:26:05 +0000 |
commit | 9b48b0cbf360d5e222b180f7bd0e45838af06068 (patch) | |
tree | 670fbe5887ffd2293d685dfba80199c179203cc2 /astro/xworld | |
parent | 85246ae8eb7d5762e89ae128f51bd180295d3faf (diff) | |
download | ports-9b48b0cbf360d5e222b180f7bd0e45838af06068.tar.gz ports-9b48b0cbf360d5e222b180f7bd0e45838af06068.zip |
unbreak: USE_XLIB.
Notes
Notes:
svn path=/head/; revision=47233
Diffstat (limited to 'astro/xworld')
-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 \ |