aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-toolkits/paragui-devel/Makefile2
-rw-r--r--x11-toolkits/paragui/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile
index 940425e2352d..60616e2adf18 100644
--- a/x11-toolkits/paragui-devel/Makefile
+++ b/x11-toolkits/paragui-devel/Makefile
@@ -33,7 +33,7 @@ PLIST_SUB= SHLIB_VER="${SHLIB_VER}"
.include <bsd.port.pre.mk>
-.if (${ARCH} != "amd64") && (${ARCH} != "i386")
+.if ${ARCH} != "i386"
BROKEN= "does not build on ${ARCH}"
.endif
diff --git a/x11-toolkits/paragui/Makefile b/x11-toolkits/paragui/Makefile
index 940425e2352d..60616e2adf18 100644
--- a/x11-toolkits/paragui/Makefile
+++ b/x11-toolkits/paragui/Makefile
@@ -33,7 +33,7 @@ PLIST_SUB= SHLIB_VER="${SHLIB_VER}"
.include <bsd.port.pre.mk>
-.if (${ARCH} != "amd64") && (${ARCH} != "i386")
+.if ${ARCH} != "i386"
BROKEN= "does not build on ${ARCH}"
.endif