diff options
author | scf <scf@FreeBSD.org> | 2010-04-16 04:41:56 +0800 |
---|---|---|
committer | scf <scf@FreeBSD.org> | 2010-04-16 04:41:56 +0800 |
commit | 54009ea635447f310d09055640c901cfaf9f3e9e (patch) | |
tree | 587ef101b8fd4f607d8467008546a0f341927f81 /games | |
parent | 9c278582f8f2f5444cd32c37a9f2b4cbf4343ec9 (diff) | |
download | freebsd-ports-graphics-54009ea635447f310d09055640c901cfaf9f3e9e.tar.gz freebsd-ports-graphics-54009ea635447f310d09055640c901cfaf9f3e9e.tar.zst freebsd-ports-graphics-54009ea635447f310d09055640c901cfaf9f3e9e.zip |
Add amd64 to the list of supported architectures.
Approved by: linimon
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-ut/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-ut/Makefile b/games/linux-ut/Makefile index 6badef0a726..72e972f9585 100644 --- a/games/linux-ut/Makefile +++ b/games/linux-ut/Makefile @@ -19,7 +19,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= scf@FreeBSD.org COMMENT= Unreal Tournament for Linux -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes USE_LINUX_APPS= xorglibs sdl12 NO_BUILD= yes |