diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-10-31 14:17:00 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-10-31 14:17:00 +0000 |
commit | f60b0f9e02e82c3ab7f8cb882cc6bddd42cdc2dd (patch) | |
tree | 77c25353b251117b155f336e4c140508adbbad99 /games/linux-enemyterritory-tce | |
parent | 05b8a37c583dc854206df456bfc654a8bd3dffd5 (diff) |
Add amd64 to ONLY_FOR_ARCHS
PR: ports/104630
Submitted by: alepulver
Notes
Notes:
svn path=/head/; revision=175828
Diffstat (limited to 'games/linux-enemyterritory-tce')
-rw-r--r-- | games/linux-enemyterritory-tce/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-enemyterritory-tce/Makefile b/games/linux-enemyterritory-tce/Makefile index c2ae2f70e82e..0b5fb4ce8bdd 100644 --- a/games/linux-enemyterritory-tce/Makefile +++ b/games/linux-enemyterritory-tce/Makefile @@ -18,7 +18,7 @@ COMMENT= A modern tactical Enemy Territory modification RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_ZIP= yes USE_LINUX= yes NO_PACKAGE= Distfile size is 450MB, set FORCE_PACKAGE if you really want to build this package |