diff options
Diffstat (limited to 'math/gnubc')
-rw-r--r-- | math/gnubc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/gnubc/Makefile b/math/gnubc/Makefile index 9efd7f3b39af..f980b2f0457d 100644 --- a/math/gnubc/Makefile +++ b/math/gnubc/Makefile @@ -7,6 +7,7 @@ PORTNAME= bc PORTVERSION= 1.06 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,6 +17,7 @@ MAINTAINER= gabor@FreeBSD.org COMMENT= The GNU bc/dc calculator GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-libedit MAN1= bc.1 \ dc.1 INFO= bc \ |