diff options
-rw-r--r-- | games/linux-enemyterritory-fortress/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/linux-enemyterritory-fortress/Makefile b/games/linux-enemyterritory-fortress/Makefile index cc71e2c0ae2d..55f92a500bea 100644 --- a/games/linux-enemyterritory-fortress/Makefile +++ b/games/linux-enemyterritory-fortress/Makefile @@ -19,9 +19,9 @@ COMMENT= A class-based teamplay modification for Enemy Territory RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes -NO_PACKAGE= Distfile is 263MB, set FORCE_PACKAGE if you really want to build this package +NO_PACKAGE= Distfile size is 263MB, set FORCE_PACKAGE if you really want to build this package RESTRICTED= Redistribution is limited, see license NO_WRKSUBDIR= yes ETDIR= ${PREFIX}/lib/enemyterritory |