diff options
author | richard <richard@pkgsrc.org> | 2015-12-13 17:48:04 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2015-12-13 17:48:04 +0000 |
commit | 094e90f8ebdf1f527eca363e16a90a94fe8ffd4a (patch) | |
tree | 3dc07895a18663b53ba6791e8b44d168cb8d9d48 /x11 | |
parent | ecf37c053dd43313dc3a951e2af7a4adc54d64db (diff) | |
download | pkgsrc-094e90f8ebdf1f527eca363e16a90a94fe8ffd4a.tar.gz |
add missing nroff tool dependency
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fltk13/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/fltk13/Makefile b/x11/fltk13/Makefile index a079575945b..911d9a3c9dc 100644 --- a/x11/fltk13/Makefile +++ b/x11/fltk13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/07/21 21:36:41 markd Exp $ +# $NetBSD: Makefile,v 1.21 2015/12/13 17:48:04 richard Exp $ DISTNAME= fltk-1.3.3-source PKGNAME= ${DISTNAME:S/-source//} @@ -14,7 +14,7 @@ LICENSE= gnu-lgpl-v2 WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//} USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake nroff TEST_TARGET= test PKG_OPTIONS_VAR= PKG_OPTIONS.fltk13 |