summaryrefslogtreecommitdiff
path: root/x11/motif
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2012-12-22 11:16:25 +0000
committertron <tron@pkgsrc.org>2012-12-22 11:16:25 +0000
commit6bd209d262c2ada3ce8adccf77e6b91736510b61 (patch)
tree2c44dc47d8d8eb6307b6eeeee1e1f55e04a42994 /x11/motif
parentfb1db8985f49a8aa7f158119eeae6664959a5c8c (diff)
downloadpkgsrc-6bd209d262c2ada3ce8adccf77e6b91736510b61.tar.gz
Completely disable manual page compression for this package as it uses
nested manual page extensively. Bump package revision for this bug fix.
Diffstat (limited to 'x11/motif')
-rw-r--r--x11/motif/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/motif/Makefile b/x11/motif/Makefile
index 41ecc876c5f..51a574bbef0 100644
--- a/x11/motif/Makefile
+++ b/x11/motif/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2012/11/29 22:06:41 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2012/12/22 11:16:25 tron Exp $
PKGVER= 2.3.4
+PKGREVISION= 1
DISTNAME= motif-${PKGVER}-src
PKGNAME= motif-${PKGVER}
CATEGORIES= x11
@@ -45,6 +46,9 @@ CONFIGURE_ARGS+= \
CONFIGURE_ARGS+= --disable-printing
+# Don't compress manual pages as they include each other.
+.undef MANZ
+
.if ${OPSYS} == "NetBSD"
CONFIGURE_ENV+= ac_cv_func_setpgrp_void=no
.endif