diff options
author | rodent <rodent@pkgsrc.org> | 2014-05-14 04:39:06 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-05-14 04:39:06 +0000 |
commit | 26e0436d730214d8a930e07eb586265248267350 (patch) | |
tree | 0fb10244eddfda22bc7f38065841e8336c5f945f /archivers/dar | |
parent | a3a19899577591541023d49d72bf3ef33a4ad079 (diff) | |
download | pkgsrc-26e0436d730214d8a930e07eb586265248267350.tar.gz |
Forgot USE_TOOLS+=groff for OpenBSD.
Diffstat (limited to 'archivers/dar')
-rw-r--r-- | archivers/dar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/dar/Makefile b/archivers/dar/Makefile index 3ead76f49c4..1e2345f2adc 100644 --- a/archivers/dar/Makefile +++ b/archivers/dar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2014/05/14 04:35:20 rodent Exp $ +# $NetBSD: Makefile,v 1.48 2014/05/14 04:39:06 rodent Exp $ DISTNAME= dar-2.4.13 CATEGORIES= archivers sysutils @@ -14,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config bash:run +USE_TOOLS+= gmake groff pkg-config bash:run GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-dar-static |