diff options
author | bapt <bapt@FreeBSD.org> | 2015-07-20 06:20:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-07-20 06:20:31 +0800 |
commit | b103e2f8d7272c4d332d9142528fd4258246f7ec (patch) | |
tree | 677e545cabcba7580137948eeb332b6bb4c3f60e /math | |
parent | 084b472131a155926c6751ab74131d272d25d6f8 (diff) | |
download | freebsd-ports-gnome-b103e2f8d7272c4d332d9142528fd4258246f7ec.tar.gz freebsd-ports-gnome-b103e2f8d7272c4d332d9142528fd4258246f7ec.tar.zst freebsd-ports-gnome-b103e2f8d7272c4d332d9142528fd4258246f7ec.zip |
Convert to USES=libedit
Diffstat (limited to 'math')
-rw-r--r-- | math/gnubc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gnubc/Makefile b/math/gnubc/Makefile index 6d045b4543e1..603cc83c6070 100644 --- a/math/gnubc/Makefile +++ b/math/gnubc/Makefile @@ -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 |