summaryrefslogtreecommitdiff
path: root/textproc/groff
diff options
context:
space:
mode:
authorjoerg <joerg>2007-07-31 14:39:50 +0000
committerjoerg <joerg>2007-07-31 14:39:50 +0000
commitc410674cc2a8e6adeef6f126862cf9ea22929f3d (patch)
treebe55cbd9d6ded538fd231c47ec03566c1438a03e /textproc/groff
parentf6f23cc8a1545a87b4e68ca8000b6712799e248c (diff)
downloadpkgsrc-c410674cc2a8e6adeef6f126862cf9ea22929f3d.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/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}