diff options
-rw-r--r-- | net/openser/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/openser/Makefile b/net/openser/Makefile index 8a49504736b..4ee6a6a4beb 100644 --- a/net/openser/Makefile +++ b/net/openser/Makefile @@ -56,6 +56,10 @@ OPTIONS= MYSQL "MySQL support" on \ .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" +BROKEN= "the postgres module does not build on non-i386" +.endif + .if defined(WITH_MYSQL) USE_MYSQL= yes MODULES+= mysql |