From fe0148a09b68276e141ca01716a2d4f84b7eab2e Mon Sep 17 00:00:00 2001 From: edwin Date: Tue, 19 Nov 2002 12:30:02 +0000 Subject: Port should really use the c++ compiler instead of the c compiler. Noticed on: betno --- devel/rvi/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/rvi') diff --git a/devel/rvi/Makefile b/devel/rvi/Makefile index 80cea53cec4f..9bca22c3ba22 100644 --- a/devel/rvi/Makefile +++ b/devel/rvi/Makefile @@ -16,6 +16,7 @@ MAINTAINER= petef@FreeBSD.org WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes +CONFIGURE_ENV= "CC=${CXX}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rvi ${PREFIX}/bin -- cgit