diff options
author | acm <acm@FreeBSD.org> | 2006-11-08 08:12:10 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-11-08 08:12:10 +0800 |
commit | bc5a3588315a66d144a8d582cb28579226f9ab95 (patch) | |
tree | e88d3b869c10be6ad23738130e6ad877e25b4939 /games/linux-warsow | |
parent | 62235f4ef65579032c741fc4d8a1532aa99f52db (diff) | |
download | freebsd-ports-gnome-bc5a3588315a66d144a8d582cb28579226f9ab95.tar.gz freebsd-ports-gnome-bc5a3588315a66d144a8d582cb28579226f9ab95.tar.zst freebsd-ports-gnome-bc5a3588315a66d144a8d582cb28579226f9ab95.zip |
- Remove ONLY_FOR_ARCHS
Suggested by: kris
Noticed by: alepulver
Diffstat (limited to 'games/linux-warsow')
-rw-r--r-- | games/linux-warsow/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/linux-warsow/Makefile b/games/linux-warsow/Makefile index 97898b514d98..67df1b829be2 100644 --- a/games/linux-warsow/Makefile +++ b/games/linux-warsow/Makefile @@ -28,7 +28,6 @@ COMMENT= Free multiplayer first person shooter with cartoon design RUN_DEPENDS= ${LINUXBASE}/lib/libssl.so.5:${PORTSDIR}/security/linux-openssl \ ${DATADIR}/data0.pk3:${PORTSDIR}/games/warsow-data -ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes WRKSRC= ${WRKDIR}/${PORTNAME} |