View | Details | Raw Unified | Return to bug 71713
Collapse All | Expand All

(-)ports/net/mutella/Makefile (-5 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	mutella
8
PORTNAME=	mutella
9
PORTVERSION=	0.4.3
9
PORTVERSION=	0.4.5
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	net
11
CATEGORIES=	net
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
Lines 23-31 Link Here
23
		PTHREAD_LIBS="${PTHREAD_LIBS}"
23
		PTHREAD_LIBS="${PTHREAD_LIBS}"
24
24
25
.include <bsd.port.pre.mk>
25
.include <bsd.port.pre.mk>
26
27
.if ${OSVERSION} >= 502126
28
BROKEN=		"Does not compile with gcc 3.4.2"
29
.endif
30
26
31
.include <bsd.port.post.mk>
27
.include <bsd.port.post.mk>

Return to bug 71713