svn commit: r401068 - in head/net: asterisk11 asterisk13

Gerald Pfeifer gerald at FreeBSD.org
Sun Nov 8 19:00:26 UTC 2015


Author: gerald
Date: Sun Nov  8 19:00:24 2015
New Revision: 401068
URL: https://svnweb.freebsd.org/changeset/ports/401068

Log:
  Refer to GCC instead of gcc in GCC_DESC.

Modified:
  head/net/asterisk11/Makefile
  head/net/asterisk13/Makefile

Modified: head/net/asterisk11/Makefile
==============================================================================
--- head/net/asterisk11/Makefile	Sun Nov  8 17:37:19 2015	(r401067)
+++ head/net/asterisk11/Makefile	Sun Nov  8 19:00:24 2015	(r401068)
@@ -96,7 +96,7 @@ BACKTRACE_DESC= Stack backtrace support 
 BASE_DESC=	Use base compiler (experimental)
 DAHDI_DESC=	DAHDI support
 EXCHANGE_DESC=	Exchange calendar support
-GCC_DESC=	Use gcc from ports
+GCC_DESC=	Use GCC from ports
 MP3PLAYER_DESC=	Install MP3 Player for Music-On-Hold (mpg123)
 NEWG711_DESC=	New G711 codec
 OOH323_DESC=	ooh323 support

Modified: head/net/asterisk13/Makefile
==============================================================================
--- head/net/asterisk13/Makefile	Sun Nov  8 17:37:19 2015	(r401067)
+++ head/net/asterisk13/Makefile	Sun Nov  8 19:00:24 2015	(r401068)
@@ -101,7 +101,7 @@ BACKTRACE_DESC?= Stack backtrace support
 BASE_DESC=	Use base compiler (experimental)
 DAHDI_DESC?=	DAHDI support
 EXCHANGE_DESC?=	Exchange calendar support
-GCC_DESC=	Use gcc from ports
+GCC_DESC=	Use GCC from ports
 MP3PLAYER_DESC=	Install MP3 Player for Music-On-Hold (mpg123)
 NEWG711_DESC?=	New G711 Codec
 OOH323_DESC?=	ooh323 support


More information about the svn-ports-all mailing list