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

(-)Mk/bsd.port.mk (+5 lines)
Lines 1967-1972 Link Here
1967
RUN_DEPENDS+=	gs:${PORTSDIR}/${GHOSTSCRIPT_PORT}
1967
RUN_DEPENDS+=	gs:${PORTSDIR}/${GHOSTSCRIPT_PORT}
1968
.endif
1968
.endif
1969
1969
1970
# Ensure that ports without a configure step know about CC and CXX.
1971
.if !defined(HAS_CONFIGURE) && !defined(PERL_CONFIGURE)
1972
MAKE_ENV+=	CC="${CC}" CXX="${CXX}"
1973
.endif
1974
1970
# Macro for doing in-place file editing using regexps
1975
# Macro for doing in-place file editing using regexps
1971
REINPLACE_ARGS?=	-i.bak
1976
REINPLACE_ARGS?=	-i.bak
1972
REINPLACE_CMD?=	${SED} ${REINPLACE_ARGS}
1977
REINPLACE_CMD?=	${SED} ${REINPLACE_ARGS}

Return to bug 101120