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

(-)Makefile (-2 / +2 lines)
Lines 36-42 Link Here
36
MAKE_ENV+=	${_u}="${LOCALBASE}/bin/${_u:L}"
36
MAKE_ENV+=	${_u}="${LOCALBASE}/bin/${_u:L}"
37
.endfor
37
.endfor
38
38
39
OPTIONS=	"PROFILE" "Build and install a profiling library" Off
39
OPTIONS=	PROFILE "Build and install a profiling library" Off
40
40
41
.include <bsd.port.options.mk>
41
.include <bsd.port.options.mk>
42
42
Lines 50-56 Link Here
50
.endif
50
.endif
51
PLIST_FILES+=	lib/libblas_p.a
51
PLIST_FILES+=	lib/libblas_p.a
52
.else
52
.else
53
MAKE_ENV+=	WITHOUT_PROFILE=
53
MAKE_ENV+=	NO_PROFILE=
54
.endif
54
.endif
55
55
56
post-patch:
56
post-patch:

Return to bug 150918