svn commit: r485846 - head/lang/guile2

Antoine Brodin antoine at FreeBSD.org
Sun Nov 25 07:59:56 UTC 2018


Author: antoine
Date: Sun Nov 25 07:59:55 2018
New Revision: 485846
URL: https://svnweb.freebsd.org/changeset/ports/485846

Log:
  Add explicit USES=iconv
  
  Reported by:	pkg-fallout (via math/nlopt)

Modified:
  head/lang/guile2/Makefile

Modified: head/lang/guile2/Makefile
==============================================================================
--- head/lang/guile2/Makefile	Sun Nov 25 07:48:21 2018	(r485845)
+++ head/lang/guile2/Makefile	Sun Nov 25 07:59:55 2018	(r485846)
@@ -3,7 +3,7 @@
 
 PORTNAME=	guile
 PORTVERSION=	2.0.14
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	lang scheme
 MASTER_SITES=	GNU
 PKGNAMESUFFIX=	2
@@ -23,7 +23,7 @@ CONFLICTS_INSTALL=	guile-[0-9]*
 
 MAKE_JOBS_UNSAFE=	yes
 
-USES=		charsetfix ${USES_${ARCH}} gmake libtool makeinfo ncurses pathfix \
+USES=		charsetfix ${USES_${ARCH}} gmake iconv libtool makeinfo ncurses pathfix \
 		pkgconfig readline
 USES_powerpc64=	compiler:c11
 


More information about the svn-ports-all mailing list