diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-18 21:47:46 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-18 21:47:46 +0000 |
commit | e771466587519700f5d0f149e51cff3cd6c6a216 (patch) | |
tree | 7c44ed644c75b2671b0f16e18670ddb065fd4fa0 | |
parent | Shorten comment to make portlint happy. (diff) |
This is not going to run on 64-bit archs without a substantial rewrite.
Notes
Notes:
svn path=/head/; revision=63219
Diffstat (limited to '')
-rw-r--r-- | games/xinvaders/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/xinvaders/Makefile b/games/xinvaders/Makefile index 2bce18e49a68..b74feb4787a8 100644 --- a/games/xinvaders/Makefile +++ b/games/xinvaders/Makefile @@ -16,6 +16,8 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext +ONLY_FOR_ARCHS= i386 + NO_CDROM= "don't sell for profit" USE_X_PREFIX= yes |