diff options
author | gabor <gabor@FreeBSD.org> | 2010-02-04 21:20:28 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2010-02-04 21:20:28 +0800 |
commit | 4699e06ce1f07cbbd800d9bba9e9cd482789edd8 (patch) | |
tree | 1575fbbe9773051f4370c941416ed6502a473dd7 /math | |
parent | 90197db195c7e7c581af166decca8ef2d9871f31 (diff) | |
download | freebsd-ports-gnome-4699e06ce1f07cbbd800d9bba9e9cd482789edd8.tar.gz freebsd-ports-gnome-4699e06ce1f07cbbd800d9bba9e9cd482789edd8.tar.zst freebsd-ports-gnome-4699e06ce1f07cbbd800d9bba9e9cd482789edd8.zip |
- Compile with libedit. No OPTIONS, just do it unconditionally given that it
is part of the base system.
- Bump PORTREVISION
Requested by: Lucius Windschuh <lwindschuh@googlemail.com>
Diffstat (limited to 'math')
-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 \ |