aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-05-19 19:07:39 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-05-19 19:28:56 +0000
commiteb4b28ba4c4752c889e34aece92b1d5ece79da3c (patch)
tree73e3cdd5d84a0053fe0efed1068b14d02f9c8d5b
parente5f92d038225f65a3143c168fcd0b433cb66466f (diff)
downloadports-eb4b28ba4c4752c889e34aece92b1d5ece79da3c.tar.gz
ports-eb4b28ba4c4752c889e34aece92b1d5ece79da3c.zip
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
-rw-r--r--graphics/inkscape/Makefile2
1 files changed, 0 insertions, 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}