diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-10-31 22:19:52 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-10-31 22:19:52 +0800 |
commit | 888d1666c0175b2cda8ba98c0c43da8ce292758d (patch) | |
tree | e8a368df3ba6c219ca36a18d6404aa0f0aeb642f | |
parent | e37ad55e71129c541898f22de19f935276bc9347 (diff) | |
download | freebsd-ports-gnome-888d1666c0175b2cda8ba98c0c43da8ce292758d.tar.gz freebsd-ports-gnome-888d1666c0175b2cda8ba98c0c43da8ce292758d.tar.zst freebsd-ports-gnome-888d1666c0175b2cda8ba98c0c43da8ce292758d.zip |
- Add amd64 to ONLY_FOR_ARCHS [1]
- Grammar fix
[1]:
PR: ports/104632
Submitted by: alepulver
-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 |