diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-16 04:38:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-16 04:38:03 +0000 |
commit | c269d73f49d57d8fbf2d357c1fa2f92a149c9001 (patch) | |
tree | 4dfae976ddc5043e174be8b85ee3102509cc272f | |
parent | 242f38689eb384bf34a64ded060e5f614b693346 (diff) | |
download | pkgsrc-c269d73f49d57d8fbf2d357c1fa2f92a149c9001.tar.gz |
Note that expr is used by this package.
-rw-r--r-- | benchmarks/bonnie/Makefile | 3 | ||||
-rw-r--r-- | mail/qmail/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile index f577a944d80..e55d355b4ed 100644 --- a/benchmarks/bonnie/Makefile +++ b/benchmarks/bonnie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/03/24 21:12:51 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2005/05/16 04:38:03 jlam Exp $ DISTNAME= bonnie PKGNAME= bonnie-2.06 @@ -15,6 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews NO_CONFIGURE= yes WRKSRC= ${WRKDIR} +PKGSRC_USE_TOOLS+= expr MANCOMPRESSED_IF_MANZ= yes INSTALLATION_DIRS= bin man/cat1 man/man1 diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 157db447e81..07b6e65a943 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2005/05/07 21:37:42 schmonz Exp $ +# $NetBSD: Makefile,v 1.36 2005/05/16 04:38:03 jlam Exp $ # DISTNAME= netqmail-1.05 @@ -29,7 +29,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} .endif PKG_INSTALLATION_TYPES= overwrite pkgviews - +PKGSRC_USE_TOOLS+= expr DJB_BUILD_TARGETS= man |