summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-07-31 14:39:50 +0000
committerjoerg <joerg@pkgsrc.org>2007-07-31 14:39:50 +0000
commit92e6b36fbbf63b1fbe400e6f4f5fb6147b854729 (patch)
treebe55cbd9d6ded538fd231c47ec03566c1438a03e /textproc
parent929fd21498066539adcd2184cd976152fcce35e5 (diff)
downloadpkgsrc-92e6b36fbbf63b1fbe400e6f4f5fb6147b854729.tar.gz
On some platforms, groff is needed to build checkperms, so disable
the check here.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/groff/Makefile4
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}