diff options
author | steve <steve@FreeBSD.org> | 1999-06-22 16:29:28 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-22 16:29:28 +0000 |
commit | 3c9a3c35b77a5ee47c349cfc4fdafaaf341b6da7 (patch) | |
tree | 576a5a91971b81cbbf4f088bc551d14a78bc6eaf /games/doom | |
parent | 6915bf34f517ad640ecdb7e5d70b7217aa84eafc (diff) | |
download | FreeBSD-ports-3c9a3c35b77a5ee47c349cfc4fdafaaf341b6da7.zip FreeBSD-ports-3c9a3c35b77a5ee47c349cfc4fdafaaf341b6da7.tar.gz |
Mark this port "only for i386".
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 7c1662e..01acbcf 100644 --- a/games/doom/Makefile +++ b/games/doom/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Dec 14 21:03:01 MET 1998 # Whom: jmz # -# $Id: Makefile,v 1.13 1999/05/01 12:34:16 jseger Exp $ +# $Id: Makefile,v 1.14 1999/06/20 01:14:06 cpiazza Exp $ # DISTNAME= doomsrc @@ -22,6 +22,8 @@ MASTER_SITES2= ftp://sunsite.unc.edu/pub/Linux/games/doom/ \ ftp://ftp.funet.fi/pub/mirrors/sunsite.unc.edu/pub/Linux/games/doom/ DISTFILES2= doom1v18.wad.gz +ONLY_FOR_ARCHS= i386 + USE_XLIB= yes USE_ZIP= yes NO_WRKSUBDIR= yes |