svn commit: r493251 - head/devel/gdb

Pietro Cerutti gahr at FreeBSD.org
Mon Feb 18 08:41:14 UTC 2019


Author: gahr
Date: Mon Feb 18 08:41:13 2019
New Revision: 493251
URL: https://svnweb.freebsd.org/changeset/ports/493251

Log:
  devel/gdb: fix package error w/o python introduced in r493008

Modified:
  head/devel/gdb/Makefile

Modified: head/devel/gdb/Makefile
==============================================================================
--- head/devel/gdb/Makefile	Mon Feb 18 08:24:01 2019	(r493250)
+++ head/devel/gdb/Makefile	Mon Feb 18 08:41:13 2019	(r493251)
@@ -103,7 +103,7 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 
 PLIST_SUB+=	LIBCXX=""
 .else
-PLIST_SUB+=	LIBCXX="@comment"
+PLIST_SUB+=	LIBCXX="@comment "
 .endif
 
 .if ! ${PORT_OPTIONS:MBUNDLED_READLINE}


More information about the svn-ports-all mailing list