svn commit: r568815 - head/devel/dwarves
Gerald Pfeifer
gerald at FreeBSD.org
Fri Mar 19 22:04:21 UTC 2021
Author: gerald
Date: Fri Mar 19 22:04:20 2021
New Revision: 568815
URL: https://svnweb.freebsd.org/changeset/ports/568815
Log:
Replace USE_GCC=9+ by the more general, and effectively the same in
nearly all cases, USE_GCC=yes.
Approved by: maintainer (cem)
Modified:
head/devel/dwarves/Makefile
Modified: head/devel/dwarves/Makefile
==============================================================================
--- head/devel/dwarves/Makefile Fri Mar 19 20:48:33 2021 (r568814)
+++ head/devel/dwarves/Makefile Fri Mar 19 22:04:20 2021 (r568815)
@@ -22,7 +22,7 @@ LIB_DEPENDS= libargp.so:devel/argp-standalone \
libdw.so:devel/elfutils
USES= cmake gettext python:3.7+,env shebangfix tar:xz
-USE_GCC= 9+
+USE_GCC= yes
USE_LDCONFIG= yes
SHEBANG_FILES= btfdiff fullcircle ostra/ostra-cg ostra/python/ostra.py
More information about the svn-ports-all
mailing list