diff options
-rw-r--r-- | games/linux-ut2004-demo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/linux-ut2004-demo/Makefile b/games/linux-ut2004-demo/Makefile index 4235da8ca42f..c835d2572716 100644 --- a/games/linux-ut2004-demo/Makefile +++ b/games/linux-ut2004-demo/Makefile @@ -18,10 +18,10 @@ EXTRACT_SUFX= .run MAINTAINER= jylefort@FreeBSD.org COMMENT= Unreal Tournament 2004 demo -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_X_PREFIX= yes USE_LINUX= yes -NO_PACKAGE= Distfile is 275MB, set FORCE_PACKAGE if you really want to build this package +NO_PACKAGE= Distfile size is 275MB, set FORCE_PACKAGE if you really want to build this package RESTRICTED= Redistribution is limited, see license NO_BUILD= yes NO_WRKSUBDIR= yes |