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

(-)deft/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
20
21
.if ${OSVERSION} >= 400005
21
.if ${OSVERSION} >= 400005
22
# Using g77 is troublesome, then it is better to use f2c/cc.
22
# Using g77 is troublesome, then it is better to use f2c/cc.
23
BUILD_DEPENDS=	fc:${PORTSDIR}/lang/f77
23
BUILD_DEPENDS=	ftn77:${PORTSDIR}/lang/f77
24
.endif
24
.endif
25
25
26
post-configure:
26
post-configure:
(-)deft/files/Makefile.deft (-2 / +2 lines)
Lines 11-18 Link Here
11
F2C = f2c
11
F2C = f2c
12
F2CFLAGS += -w -Nn802
12
F2CFLAGS += -w -Nn802
13
.if ${OSVERSION} >= 400005
13
.if ${OSVERSION} >= 400005
14
#FC = ftn77
14
FC = ftn77
15
FC = fc
15
#FC = fc
16
CFLAGS += -I${PREFIX}/include
16
CFLAGS += -I${PREFIX}/include
17
.endif
17
.endif
18
LFLAGS =
18
LFLAGS =

Return to bug 19160