diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-11-29 10:08:16 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-11-29 10:08:16 +0000 |
commit | 4d5bd42642eea0e60162bd5d225096efb6231d3e (patch) | |
tree | 168532bfba49d09e890e953cd6a94371be0dd773 /games/linux-goodway | |
parent | 724fe38c0ff0b8f8fcf864b9e4747577f44fa517 (diff) |
Notes
Diffstat (limited to 'games/linux-goodway')
-rw-r--r-- | games/linux-goodway/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-goodway/Makefile b/games/linux-goodway/Makefile index 299ec62f5f57..893a161d157f 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} |