diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-11-29 10:08:16 +0000 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-11-29 10:08:16 +0000 |
commit | 28d9ed2eb7d6abb75b1715113365da9f4c0a980f (patch) | |
tree | c0613e9a2fe05049df6130f0d42a8adce650f6a7 /games | |
parent | 54afac062934a9005b1b45f0ae1dfd68c477eb5e (diff) | |
download | FreeBSD-ports-28d9ed2eb7d6abb75b1715113365da9f4c0a980f.zip FreeBSD-ports-28d9ed2eb7d6abb75b1715113365da9f4c0a980f.tar.gz |
These ports should also work on amd64.
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-goodway/Makefile | 2 | ||||
-rw-r--r-- | games/linux-x-plane/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/linux-goodway/Makefile b/games/linux-goodway/Makefile index 299ec62..893a161 100644 --- a/games/linux-goodway/Makefile +++ b/games/linux-goodway/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_ZIP= yes USE_LINUX= yes RESTRICTED= "Redistribution prohibited" -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 GWVERSION= ${PORTVERSION:S|.||g} diff --git a/games/linux-x-plane/Makefile b/games/linux-x-plane/Makefile index 721ccbd..78b45fa 100644 --- a/games/linux-x-plane/Makefile +++ b/games/linux-x-plane/Makefile @@ -26,7 +26,7 @@ USE_LINUX= yes NO_BUILD= yes RESTRICTED= "Redistribution prohibited" NO_PACKAGE= "Package will be 353 MB, set FORCE_PACKAGE if you really want to build it" -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 XPVERSION= ${PORTVERSION:S|.||g} |