diff options
author | fhajny <fhajny> | 2013-09-18 09:58:09 +0000 |
---|---|---|
committer | fhajny <fhajny> | 2013-09-18 09:58:09 +0000 |
commit | 6e0ee2a003dc06b7d162ddb387aa879fa2c3a21c (patch) | |
tree | 31181c7fa793363531720dbcd9ce090547c8be3e | |
parent | 1d8be135a2aa0954474b0e87c5352fb4182c9fad (diff) | |
download | pkgsrc-6e0ee2a003dc06b7d162ddb387aa879fa2c3a21c.tar.gz |
Needs gmake to install chem (fixes at least SunOS).
-rw-r--r-- | textproc/groff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index a0447655ec0..13e21c0161c 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2013/09/17 21:15:37 joerg Exp $ +# $NetBSD: Makefile,v 1.72 2013/09/18 09:58:09 fhajny Exp $ # DISTNAME= groff-1.20.1 @@ -21,7 +21,7 @@ INSTALLATION_DIRS= share/groff/site-tmac USE_LANGUAGES= c c++ GNU_CONFIGURE= YES CONFIGURE_ENV+= PERLPATH=${PERL5:Q} -USE_TOOLS+= perl:run sed:run awk:run +USE_TOOLS+= perl:run sed:run awk:run gmake USE_FEATURES= getopt_long INFO_FILES= YES |