diff options
author | linimon <linimon@FreeBSD.org> | 2010-07-01 11:47:21 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-07-01 11:47:21 +0800 |
commit | 1e563ea078bf8fa7d33ac8d85cdad64ac108f53c (patch) | |
tree | 1b806a813130d2d636fa4ae5b6760ea2a343eecf /games | |
parent | 133812ea34fb2620f4179fd71068fbc1363fb4dc (diff) | |
download | freebsd-ports-gnome-1e563ea078bf8fa7d33ac8d85cdad64ac108f53c.tar.gz freebsd-ports-gnome-1e563ea078bf8fa7d33ac8d85cdad64ac108f53c.tar.zst freebsd-ports-gnome-1e563ea078bf8fa7d33ac8d85cdad64ac108f53c.zip |
Mark as only for i386/amd64: invokes i386 asm.
Hat: portmgr
Feature safe: yes
Diffstat (limited to 'games')
-rw-r--r-- | games/scummvm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index 0602a884af0b..942dd0aed90f 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -14,6 +14,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${DISTVERSION} MAINTAINER= lme@FreeBSD.org COMMENT= Interpreter for several adventure games +ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS_REASON= "invokes i386 asm" + USE_BZIP2= yes USE_GMAKE= yes HAS_CONFIGURE= yes |