summaryrefslogtreecommitdiff
path: root/net/libgnetwork
diff options
context:
space:
mode:
Diffstat (limited to 'net/libgnetwork')
-rw-r--r--net/libgnetwork/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/libgnetwork/Makefile b/net/libgnetwork/Makefile
index 24f2d6de5f6d..0f2e0371870a 100644
--- a/net/libgnetwork/Makefile
+++ b/net/libgnetwork/Makefile
@@ -32,10 +32,16 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_ARGS+=--enable-ssl=no
#.endif
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64"
+.endif
+
pre-everything::
# @${ECHO_MSG} ""
# @${ECHO_MSG} "libgnetwork has the following configurable option(s):"
# @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support"
# @${ECHO_MSG} ""
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>