svn commit: r392542 - head/math/gnubc

Baptiste Daroussin bapt at FreeBSD.org
Sun Jul 19 22:20:32 UTC 2015


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


More information about the svn-ports-all mailing list