diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2010-02-04 13:20:28 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2010-02-04 13:20:28 +0000 |
commit | fe3aaa23c79cafd6d090d8f62cf8e7cec5c42a5e (patch) | |
tree | 9c49fe598293e3929faa92f2ff0c701d1b18b9ed /math/gnubc | |
parent | 381e2ac4eb7814520570b572b7ea2a3a779caeaf (diff) |
Notes
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 \ |