svn commit: r317100 - head/math/sage

Stephen Montgomery-Smith stephen at FreeBSD.org
Thu May 2 12:14:36 UTC 2013


Author: stephen
Date: Thu May  2 12:14:35 2013
New Revision: 317100
URL: http://svnweb.freebsd.org/changeset/ports/317100

Log:
  - Convert USE_ICONV=yes to USES=iconv again, because accidentally reverted
    this change in update to 5.9.
  
  Pointed out by:	bsd-src at helfman.org and bapt at .

Modified:
  head/math/sage/Makefile

Modified: head/math/sage/Makefile
==============================================================================
--- head/math/sage/Makefile	Thu May  2 12:10:21 2013	(r317099)
+++ head/math/sage/Makefile	Thu May  2 12:14:35 2013	(r317100)
@@ -33,7 +33,7 @@ USE_FORTRAN=	yes
 USE_GCC=	4.7+
 USE_TK=		yes
 USE_GMAKE=	yes
-USE_ICONV=	yes
+USES=		iconv
 MAKE_JOBS_SAFE=	yes
 LDFLAGS:=	-Wl,-rpath=${WRKSRC}/local/lib ${LDFLAGS}
 FFLAGS+=	-Wl,-rpath=${WRKSRC}/local/lib ${FPM_FLAG}


More information about the svn-ports-all mailing list