aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/mutella/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-08-16 02:47:09 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-08-16 02:47:09 +0000
commiteb9984e0f5ec02abe837b7388b574d185c7ed621 (patch)
treede5b178d08b2c6aaf058df603c23439e2635ec4a /net-p2p/mutella/Makefile
parent7bde97722a721c4609c220fa0c001da656caa245 (diff)
downloadports-eb9984e0f5ec02abe837b7388b574d185c7ed621.tar.gz
ports-eb9984e0f5ec02abe837b7388b574d185c7ed621.zip
Notes
Diffstat (limited to 'net-p2p/mutella/Makefile')
-rw-r--r--net-p2p/mutella/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-p2p/mutella/Makefile b/net-p2p/mutella/Makefile
index 39d843b4f081..561f51084bd4 100644
--- a/net-p2p/mutella/Makefile
+++ b/net-p2p/mutella/Makefile
@@ -22,4 +22,10 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile with gcc 3.4.2"
+.endif
+
+.include <bsd.port.post.mk>