diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-31 14:39:50 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-31 14:39:50 +0000 |
commit | 92e6b36fbbf63b1fbe400e6f4f5fb6147b854729 (patch) | |
tree | be55cbd9d6ded538fd231c47ec03566c1438a03e /textproc/groff | |
parent | 929fd21498066539adcd2184cd976152fcce35e5 (diff) | |
download | pkgsrc-92e6b36fbbf63b1fbe400e6f4f5fb6147b854729.tar.gz |
On some platforms, groff is needed to build checkperms, so disable
the check here.
Diffstat (limited to 'textproc/groff')
-rw-r--r-- | textproc/groff/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index d3d6d2b7bc7..f55d64deb52 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2007/07/20 01:05:11 tnn Exp $ +# $NetBSD: Makefile,v 1.43 2007/07/31 14:39:50 joerg Exp $ # DISTNAME= groff-1.19.2 @@ -10,6 +10,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.gnu.org/software/groff/groff.html COMMENT= GNU roff text processing suite +CHECK_PERMS= YES + USE_LANGUAGES= c c++ GNU_CONFIGURE= YES CONFIGURE_ENV+= PERLPATH=${PERL5:Q} |