diff options
Diffstat (limited to 'math/bc/Makefile')
-rw-r--r-- | math/bc/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/math/bc/Makefile b/math/bc/Makefile index 81e2ee4ec93..566e0ab4ed2 100644 --- a/math/bc/Makefile +++ b/math/bc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2006/04/05 23:01:15 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2008/03/05 04:00:01 jlam Exp $ DISTNAME= bc-1.06 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=bc/} @@ -9,10 +9,12 @@ MAINTAINER= reed@reedmedia.net HOMEPAGE= http://www.gnu.org/software/bc/bc.html COMMENT= Arbitrary precision calculator language -USE_TOOLS+= flex -GNU_CONFIGURE= YES -INFO_FILES= # PLIST +PKG_DESTDIR_SUPPORT= user-destdir + +USE_TOOLS+= flex +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-readline +INFO_FILES= # PLIST -.include "../../devel/ncurses/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |