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

(-)Makefile (-4 / +2 lines)
Lines 18-28 Link Here
18
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
18
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
19
19
20
BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
20
BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
21
LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
22
RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
21
RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
23
22
24
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
25
USES=		libtool:keepla fortran perl5 pkgconfig python
24
USES=		execinfo libtool:keepla localbase fortran perl5 \
25
		pkgconfig python
26
USE_GCC=	yes
26
USE_GCC=	yes
27
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes
28
USE_PERL5=	build
28
USE_PERL5=	build
Lines 46-53 Link Here
46
		PACKAGE="${PORTNAME}" \
46
		PACKAGE="${PORTNAME}" \
47
		PTHREAD_LIBS="-lpthread"
47
		PTHREAD_LIBS="-lpthread"
48
48
49
CFLAGS+=	-I${LOCALBASE}/include
50
CPPFLAGS+=	-I${LOCALBASE}/include
51
.if ${FFLAGS} == "-O"
49
.if ${FFLAGS} == "-O"
52
FFLAGS=		-O2
50
FFLAGS=		-O2
53
.endif
51
.endif

Return to bug 205388