Date: Sun, 19 Jul 2015 22:20:31 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392542 - head/math/gnubc Message-ID: <201507192220.t6JMKW5Z002814@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Jul 19 22:20:31 2015 New Revision: 392542 URL: https://svnweb.freebsd.org/changeset/ports/392542 Log: Convert to USES=libedit Modified: head/math/gnubc/Makefile Modified: head/math/gnubc/Makefile ============================================================================== --- head/math/gnubc/Makefile Sun Jul 19 22:19:37 2015 (r392541) +++ head/math/gnubc/Makefile Sun Jul 19 22:20:31 2015 (r392542) @@ -3,7 +3,7 @@ PORTNAME= bc PORTVERSION= 1.06 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= GNU PKGNAMEPREFIX= gnu @@ -14,6 +14,7 @@ COMMENT= GNU bc/dc calculator LICENSE= GPLv2 GNU_CONFIGURE= yes +USES= libedit CONFIGURE_ARGS+= --with-libedit INFO= bc \ dc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507192220.t6JMKW5Z002814>