diff options
author | joerg <joerg@pkgsrc.org> | 2016-06-19 16:51:02 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-06-19 16:51:02 +0000 |
commit | 04a8eaff332442e7bc903ca7c240d813837b377b (patch) | |
tree | ba07b233b4200e02999533f0e27c03afdc2e039a | |
parent | 6e89380ceb9c9b3971106e77e2bdd90ba8c42168 (diff) | |
download | pkgsrc-04a8eaff332442e7bc903ca7c240d813837b377b.tar.gz |
Needs pod2man.
-rw-r--r-- | textproc/jrep/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/jrep/Makefile b/textproc/jrep/Makefile index 2ead8eca42c..515166c2696 100644 --- a/textproc/jrep/Makefile +++ b/textproc/jrep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/05/29 07:06:35 cheusov Exp $ +# $NetBSD: Makefile,v 1.2 2016/06/19 16:51:02 joerg Exp $ # DISTNAME= jrep-0.6.0 @@ -18,6 +18,7 @@ LICENSE= apache-2.0 USE_LANGUAGES= c USE_JAVA= yes +USE_TOOLS+= pod2man TEST_TARGET= test |