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

(-)peekabot/Makefile (-1 / +4 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	peekabot
8
PORTNAME=	peekabot
9
PORTVERSION=	0.7.2
9
PORTVERSION=	0.7.2
10
PORTREVISION=	4
10
PORTREVISION=	5
11
CATEGORIES=	science
11
CATEGORIES=	science
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/0.7.x/ \
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/0.7.x/ \
13
		http://distfiles.officialunix.com/
13
		http://distfiles.officialunix.com/
Lines 26-31 Link Here
26
USE_BZIP2=	yes
26
USE_BZIP2=	yes
27
USE_GMAKE=	yes
27
USE_GMAKE=	yes
28
28
29
ONLY_FOR_ARCHS=	i386 amd64
30
NOT_FOR_ARCHS= alpha ia64 sparc64
31
NOT_FOR_ARCHS_REASON_SPARC64= Gives issues regarding boost
29
.include <bsd.port.pre.mk>
32
.include <bsd.port.pre.mk>
30
33
31
.if ${OSVERSION} < 700042
34
.if ${OSVERSION} < 700042

Return to bug 146127