Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2019 08:41:14 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493251 - head/devel/gdb
Message-ID:  <201902180841.x1I8fEZZ046849@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902180841.x1I8fEZZ046849>