svn commit: r317553 - in head: math/gri shells/esh
Baptiste Daroussin
bapt at FreeBSD.org
Mon May 6 21:58:12 UTC 2013
Author: bapt
Date: Mon May 6 21:58:11 2013
New Revision: 317553
URL: http://svnweb.freebsd.org/changeset/ports/317553
Log:
Convert from USE_READLINE to USES=readline
Modified:
head/math/gri/Makefile
head/shells/esh/Makefile
Modified: head/math/gri/Makefile
==============================================================================
--- head/math/gri/Makefile Mon May 6 21:56:18 2013 (r317552)
+++ head/math/gri/Makefile Mon May 6 21:58:11 2013 (r317553)
@@ -11,7 +11,7 @@ COMMENT= Extensible plotting language fo
LIB_DEPENDS= netcdf:${PORTSDIR}/science/netcdf
-USE_READLINE= yes
+USES= readline
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-FreeBSD
Modified: head/shells/esh/Makefile
==============================================================================
--- head/shells/esh/Makefile Mon May 6 21:56:18 2013 (r317552)
+++ head/shells/esh/Makefile Mon May 6 21:58:11 2013 (r317553)
@@ -13,7 +13,7 @@ LICENSE= GPLv2
WRKSRC= ${WRKDIR}/${PORTNAME}
-USE_READLINE= yes
+USES= readline
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
MAKE_JOBS_SAFE= yes
More information about the svn-ports-head
mailing list