diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-02-24 01:52:13 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-02-24 01:52:13 +0800 |
commit | 9135ff4d9ae72df28ca71d7c1a3d60560f4a7d4e (patch) | |
tree | 48c4b89f7f71ef38f96c32e8b47c642adc9d9e8f /games | |
parent | 6cde9010a3e6d2cdd0d3a4094053ed80f838b157 (diff) | |
download | freebsd-ports-gnome-9135ff4d9ae72df28ca71d7c1a3d60560f4a7d4e.tar.gz freebsd-ports-gnome-9135ff4d9ae72df28ca71d7c1a3d60560f4a7d4e.tar.zst freebsd-ports-gnome-9135ff4d9ae72df28ca71d7c1a3d60560f4a7d4e.zip |
Obviously, an i386 binary is only going to run on i386 and amd64.
Approved by: portmgr (marcus)
Diffstat (limited to 'games')
-rw-r--r-- | games/timeseal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/timeseal/Makefile b/games/timeseal/Makefile index a110843c6b7d..4860aed66d39 100644 --- a/games/timeseal/Makefile +++ b/games/timeseal/Makefile @@ -16,6 +16,7 @@ EXTRACT_ONLY= MAINTAINER= jylefort@FreeBSD.org COMMENT= Account for network lag in FICS chess games +ONLY_FOR_ARCHS= i386 amd64 NO_BUILD= yes STRIP= # strip(1) does not support a.out binaries PLIST_FILES= bin/timeseal |