diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2010-12-11 12:02:05 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2010-12-11 12:02:05 +0000 |
commit | c8c006f69ecbf91bae1141b5984e9852d8ef20c0 (patch) | |
tree | abcc08a95dd251061e94d1a41e936f9759a0f9a4 | |
parent | 8d0bab03e7b724d8fce5866473179ade8c973a38 (diff) | |
download | ports-c8c006f69ecbf91bae1141b5984e9852d8ef20c0.tar.gz ports-c8c006f69ecbf91bae1141b5984e9852d8ef20c0.zip |
- Add amd64 as supported arch
Notes
Notes:
svn path=/head/; revision=266036
-rw-r--r-- | games/linux-darwinia-demo/Makefile | 2 | ||||
-rw-r--r-- | games/linux-uplink-demo/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/linux-darwinia-demo/Makefile b/games/linux-darwinia-demo/Makefile index 1b33f996cb91..7429863cbc41 100644 --- a/games/linux-darwinia-demo/Makefile +++ b/games/linux-darwinia-demo/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .sh MAINTAINER= mva@FreeBSD.org COMMENT= Real-time action strategy with programs -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes USE_LINUX_APPS= sdl12 libogg libvorbis xorglibs NO_CDROM= Redistribution is limited, see license diff --git a/games/linux-uplink-demo/Makefile b/games/linux-uplink-demo/Makefile index 72c77d6256fd..2c890d401cef 100644 --- a/games/linux-uplink-demo/Makefile +++ b/games/linux-uplink-demo/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .sh MAINTAINER= mva@FreeBSD.org COMMENT= High tech computer crime and industrial espionage on the Internet -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes USE_LINUX_APPS= sdl12 jpeg sdlmixer mikmod libvorbis xorglibs USE_LDCONFIG= yes |