diff options
author | tnn <tnn> | 2008-02-07 13:24:36 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-02-07 13:24:36 +0000 |
commit | fa4f9f0eb3fdcefe4b4542d301176b49125f3d18 (patch) | |
tree | c93e76beab8c077bf70518704bb4597757e7c313 /devel/fortran-utils | |
parent | 714aa4f904ebb99ca93df9aa684d0b92ff35f2d9 (diff) | |
download | pkgsrc-fa4f9f0eb3fdcefe4b4542d301176b49125f3d18.tar.gz |
Needs GNU nroff to format catpages with -mandoc.
Diffstat (limited to 'devel/fortran-utils')
-rw-r--r-- | devel/fortran-utils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/fortran-utils/Makefile b/devel/fortran-utils/Makefile index f537e364eb1..3be1bbc1cfa 100644 --- a/devel/fortran-utils/Makefile +++ b/devel/fortran-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/01/01 14:28:13 obache Exp $ +# $NetBSD: Makefile,v 1.15 2008/02/07 13:24:36 tnn Exp $ DISTNAME= fortran-utils-1.1 CATEGORIES= devel @@ -12,6 +12,7 @@ NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL WRKSRC= ${WRKDIR}/fortran-utils USE_BSD_MAKEFILE= yes +USE_TOOLS+= groff nroff INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 |