diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-06 13:22:40 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-06 13:22:40 +0800 |
commit | 4b074a0892f8ef272cc75bcb9bf7804c4426d27a (patch) | |
tree | 338c0967a970a28a1accaf90cc4a8753cc65d25d /editors | |
parent | f69cbdd4c8caf4ad2795292293066f0703251a7b (diff) | |
download | freebsd-ports-gnome-4b074a0892f8ef272cc75bcb9bf7804c4426d27a.tar.gz freebsd-ports-gnome-4b074a0892f8ef272cc75bcb9bf7804c4426d27a.tar.zst freebsd-ports-gnome-4b074a0892f8ef272cc75bcb9bf7804c4426d27a.zip |
Fix by using a MAKE_ENV to set CXX...
Diffstat (limited to 'editors')
-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 |