aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-07-01 03:47:21 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-07-01 03:47:21 +0000
commit7d60ff5ae5fe05dbf8bf9eaeb982f915bef64001 (patch)
tree0dd16468b4570692d77646bf4f83003240aa810f
parent6fe83a58bd8596a64b584df02169eb7fede3e14b (diff)
downloadports-7d60ff5ae5fe05dbf8bf9eaeb982f915bef64001.tar.gz
ports-7d60ff5ae5fe05dbf8bf9eaeb982f915bef64001.zip
Mark as only for i386/amd64: invokes i386 asm.
Hat: portmgr Feature safe: yes
Notes
Notes: svn path=/head/; revision=257236
-rw-r--r--games/scummvm/Makefile3
-rw-r--r--graphics/cimg/Makefile3
2 files changed, 6 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
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile
index 8287596d167b..f351f3215d83 100644
--- a/graphics/cimg/Makefile
+++ b/graphics/cimg/Makefile
@@ -17,6 +17,9 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION},${PORTEPOCH}
MAINTAINER= thierry@FreeBSD.org
COMMENT= The C++ Template Image Processing Library
+ONLY_FOR_ARCHS= i386 amd64
+ONLY_FOR_ARCHS_REASON= "invokes i386 asm"
+
WRKSRC= ${WRKDIR}/${DISTNAME:C/_/-/}
BUILD_WRKSRC= ${WRKSRC}/examples
MAKE_ENV= CPPFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \