diff options
author | kris <kris@FreeBSD.org> | 2006-09-01 00:19:22 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-01 00:19:22 +0800 |
commit | cb691a3278d34edbe3f20d4584174f85bc5c3c19 (patch) | |
tree | 06d18d4c1b30970ea7ad7c228feb49d1b93fee90 /games/quake-extras | |
parent | dbfc647cef4263f390b90b31c46af20ddcb68d9e (diff) | |
download | freebsd-ports-gnome-cb691a3278d34edbe3f20d4584174f85bc5c3c19.tar.gz freebsd-ports-gnome-cb691a3278d34edbe3f20d4584174f85bc5c3c19.tar.zst freebsd-ports-gnome-cb691a3278d34edbe3f20d4584174f85bc5c3c19.zip |
BROKEN on !i386: Does not build
Diffstat (limited to 'games/quake-extras')
-rw-r--r-- | games/quake-extras/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/quake-extras/Makefile b/games/quake-extras/Makefile index 38d788dd0fbe..260f114faa7c 100644 --- a/games/quake-extras/Makefile +++ b/games/quake-extras/Makefile @@ -37,6 +37,10 @@ SKYFILE= fuhquake-skyboxes.zip .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" +BROKEN= Does not build on !i386 +.endif + .if !defined(WITHOUT_REMODEL) || !defined(WITHOUT_SKYBOXES) EXTRACT_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip .endif |