diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-06 05:22:40 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-06 05:22:40 +0000 |
commit | 1a60cef6cafffe2d16a186d84987a68dca39b2ef (patch) | |
tree | a79351e163d2a1b4de3a313f7048f45901854127 /editors/fine | |
parent | 79f1423aa3d641342683b4750ca1a3069b8b44d6 (diff) |
Fix by using a MAKE_ENV to set CXX...
Notes
Notes:
svn path=/head/; revision=21295
Diffstat (limited to 'editors/fine')
-rw-r--r-- | editors/fine/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |