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

(-)ports/science/flounder/Makefile (-2 / +2 lines)
Lines 10-16 Link Here
10
PORTVERSION=	0.40
10
PORTVERSION=	0.40
11
PORTREVISION=	3
11
PORTREVISION=	3
12
CATEGORIES=	science
12
CATEGORIES=	science
13
MASTER_SITES=	http://www.enel.ucalgary.ca/~vigmond/flounder/
13
MASTER_SITES=	http://www2.enel.ucalgary.ca/~vigmond/flounder/
14
EXTRACT_SUFX=	.tgz
14
EXTRACT_SUFX=	.tgz
15
15
16
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
Lines 46-52 Link Here
46
.include <bsd.port.pre.mk>
46
.include <bsd.port.pre.mk>
47
47
48
.if ${ARCH} == "alpha"
48
.if ${ARCH} == "alpha"
49
BROKEN=		"Does not compile on alpha"
49
BROKEN=		Does not compile on alpha
50
.endif
50
.endif
51
51
52
.include <bsd.port.post.mk>
52
.include <bsd.port.post.mk>

Return to bug 97835