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 | 909d9b296d01421c200a2f35825663639ea71ad6 (patch) | |
tree | 0fb10244eddfda22bc7f38065841e8336c5f945f | |
parent | 125f4a3c32189624a7d51beaff7eb935c3c7caf2 (diff) | |
download | pkgsrc-909d9b296d01421c200a2f35825663639ea71ad6.tar.gz |
Forgot USE_TOOLS+=groff for OpenBSD.
-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 |