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 | |
parent | "assumes (at least) arbitrary alignment access and little endian" (diff) |
unbreak: USE_XLIB.
Notes
Notes:
svn path=/head/; revision=47233
Diffstat (limited to '')
-rw-r--r-- | astro/xworld/Makefile | 2 | ||||
-rw-r--r-- | games/fkiss/Makefile | 4 | ||||
-rw-r--r-- | games/yadex/Makefile | 1 |
3 files changed, 6 insertions, 1 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 \ diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile index 9ca72571abc6..55511dfb10d9 100644 --- a/games/fkiss/Makefile +++ b/games/fkiss/Makefile @@ -15,10 +15,12 @@ MAINTAINER= flathill@FreeBSD.org RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha +USE_XLIB= yes +GNU_CONFIGURE= yes + NOT_FOR_ARCHS= alpha WRKSRC= ${WRKDIR}/${DISTNAME} -GNU_CONFIGURE= yes MAN1= fkiss.1 INSTALL_TARGET= install diff --git a/games/yadex/Makefile b/games/yadex/Makefile index b50cea773931..b4ad510b745b 100644 --- a/games/yadex/Makefile +++ b/games/yadex/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://www.teaser.fr/~amajorel/yadex/ MAINTAINER= fracture@allusion.net +USE_XLIB= yes USE_GMAKE= yes MAKEFILE= GNUmakefile PLIST_SUB+= PORTVERSION=${PORTVERSION} |