summaryrefslogtreecommitdiff
path: root/net/libgnetwork
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-07-11 22:06:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-07-11 22:06:19 +0000
commit4c428ddbbb950b8555f6ffd6ebcfcf044e201674 (patch)
tree715bfe6a2fb932df3072cf4410626fb4a751c408 /net/libgnetwork
parentBROKEN: Does not build (diff)
BROKEN on amd64: Does not compile
Notes
Notes: svn path=/head/; revision=113431
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>