From 1a60cef6cafffe2d16a186d84987a68dca39b2ef Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Mon, 6 Sep 1999 05:22:40 +0000 Subject: Fix by using a MAKE_ENV to set CXX... --- editors/fine/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editors') diff --git a/editors/fine/Makefile b/editors/fine/Makefile index 71bbbc2d2188..0953e6be8099 100644 --- a/editors/fine/Makefile +++ b/editors/fine/Makefile @@ -18,6 +18,8 @@ USE_GMAKE= yes USE_QT= yes WRKSRC= ${WRKDIR}/fine +MAKE_ENV= CXX="${CXX}" CC="${CC}" + do-install: @${MKDIR} ${PREFIX}/share/fine ${INSTALL_DATA} ${WRKSRC}/.editor ${PREFIX}/share/fine/editor -- cgit v1.2.3