diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-07 02:31:51 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-07 02:31:51 +0000 |
commit | 4b86d315caa202257c69cf3fd9c9323bbc82a872 (patch) | |
tree | 56e1e584318ae956bfb73c47dd2a669c9849cf18 /games/doom | |
parent | 8f11472006968bf10ec1a12fc2f3579c1dabd7f4 (diff) | |
download | ports-4b86d315caa202257c69cf3fd9c9323bbc82a872.tar.gz ports-4b86d315caa202257c69cf3fd9c9323bbc82a872.zip |
Add 'ONLY_FOR_ARCHS=i386' to linux_lib dependent ports.
Notes
Notes:
svn path=/head/; revision=15902
Diffstat (limited to 'games/doom')
-rw-r--r-- | games/doom/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/doom/Makefile b/games/doom/Makefile index 83b711667532..dd5f147484f6 100644 --- a/games/doom/Makefile +++ b/games/doom/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Dec 9 09:42:37 CST 1996 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.5 1997/11/29 00:49:08 jseger Exp $ +# $Id: Makefile,v 1.6 1998/12/13 08:47:40 asami Exp $ # DISTNAME= doom-1.8 @@ -17,6 +17,8 @@ MAINTAINER= erich@FreeBSD.org BUILD_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib +ONLY_FOR_ARCHS= i386 + USE_XLIB= yes NO_WRKSUBDIR= yes PKGINSTALL= ${WRKDIR}/INSTALL |