aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}" \