diff options
author | rodent <rodent> | 2014-05-14 04:39:06 +0000 |
---|---|---|
committer | rodent <rodent> | 2014-05-14 04:39:06 +0000 |
commit | 472057c15f51ca89a55ef79aafa25e747cd1836f (patch) | |
tree | 8b1a1c185fe78c74088cf8509dade9b85e3b7b11 /archivers | |
parent | 54ccf7f9b5fa0f57d962ca3df83901687af5086e (diff) | |
download | pkgsrc-472057c15f51ca89a55ef79aafa25e747cd1836f.tar.gz |
Forgot USE_TOOLS+=groff for OpenBSD.
Diffstat (limited to 'archivers')
-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 |