diff options
author | naddy <naddy@FreeBSD.org> | 2002-07-19 05:47:46 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-07-19 05:47:46 +0800 |
commit | 4542d2db3f12562551573713b00500d3a1896fff (patch) | |
tree | 788fc9e7f1ac7bbf9ce7a0a8e56987cd76174983 /games/xinvaders | |
parent | cbd73bde83b3afbb940c5e3920b18f04d8820af2 (diff) | |
download | freebsd-ports-gnome-4542d2db3f12562551573713b00500d3a1896fff.tar.gz freebsd-ports-gnome-4542d2db3f12562551573713b00500d3a1896fff.tar.zst freebsd-ports-gnome-4542d2db3f12562551573713b00500d3a1896fff.zip |
This is not going to run on 64-bit archs without a substantial rewrite.
Diffstat (limited to 'games/xinvaders')
-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 |