git: eb4b28ba4c47 - main - graphics/inkscape: drop unused variable after e6c03c8e76e1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 May 2023 19:30:08 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=eb4b28ba4c4752c889e34aece92b1d5ece79da3c
commit eb4b28ba4c4752c889e34aece92b1d5ece79da3c
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-05-19 19:07:39 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-05-19 19:28:56 +0000
graphics/inkscape: drop unused variable after e6c03c8e76e1
- CXXSTD is used by bsd.prog.mk and bsd.lib.mk
- USE_CXXSTD is used by bsd.port.mk
- USES=compiler overrides CXXSTD value
Reported by: portscan
---
graphics/inkscape/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile
index cfe095dac184..d1a18d6aaa8a 100644
--- a/graphics/inkscape/Makefile
+++ b/graphics/inkscape/Makefile
@@ -56,8 +56,6 @@ USE_GNOME= gdkpixbuf2 gtkmm30 libxml2 libxslt
USE_XORG= sm ice x11 xext
USE_LDCONFIG= yes
-CXXSTD= gnu++17
-
DATETAG= 2022-12-01_b0a8486541
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}_${DATETAG}