git: 12a7338d54d5 - main - math/bliss: Minor simplification

Yuri Victorovich yuri at FreeBSD.org
Sun Aug 22 01:04:34 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=12a7338d54d587f5961a9c2d1ddc9bd1247704c2

commit 12a7338d54d587f5961a9c2d1ddc9bd1247704c2
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-08-22 01:04:05 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-08-22 01:04:31 +0000

    math/bliss: Minor simplification
---
 math/bliss/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/bliss/Makefile b/math/bliss/Makefile
index 0632f16e622b..c9dc289d7aeb 100644
--- a/math/bliss/Makefile
+++ b/math/bliss/Makefile
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gmake zip
 
-BINARY_ALIAS=	g++=${CXX}
+MAKE_ARGS=	CC=${CXX}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin


More information about the dev-commits-ports-main mailing list