summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-02-01 12:24:44 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-02-01 12:24:44 +0000
commitb729eb9992bdbbcb759e7829c20f6cd663595b06 (patch)
tree351f4639cba3dc38ce4d7c9a3c619afedd9f716e
parentgames/crossfire-client: Update to 1.75.0 (diff)
Remove ONLY_FOR_ARCHS restriction for i386: the port currently builds fine
on it with all options enabled, and this is generally wrong way to account for breakages in dependencies.
-rw-r--r--databases/sqlrelay/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile
index 1577b1a7c355..05eff49caa60 100644
--- a/databases/sqlrelay/Makefile
+++ b/databases/sqlrelay/Makefile
@@ -11,9 +11,6 @@ COMMENT= Persistent DB connection pooling/proxying/load balancing system
LICENSE= LGPL20
-ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le
-ONLY_FOR_ARCHS_REASON= For i386 some depends like mysql fail to build
-
LIB_DEPENDS= librudiments.so:devel/rudiments \
libkrb5.so:security/krb5 \
libcurl.so:ftp/curl \