summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2010-01-15 21:20:14 +0000
committertnn <tnn@pkgsrc.org>2010-01-15 21:20:14 +0000
commit17e9af9a3784e5d85e824b45b0dbd112e613e48d (patch)
tree7b6240c6722587869f58b1f704accfde80a980d7 /x11
parent043dc31173299736b3bcb81e0b17618f3030662c (diff)
downloadpkgsrc-17e9af9a3784e5d85e824b45b0dbd112e613e48d.tar.gz
wire down FILE_MAN_SUFFIX
Diffstat (limited to 'x11')
-rw-r--r--x11/libX11/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile
index c4340cc01cb..8516bc829a3 100644
--- a/x11/libX11/Makefile
+++ b/x11/libX11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2010/01/15 18:55:11 tnn Exp $
+# $NetBSD: Makefile,v 1.23 2010/01/15 21:20:14 tnn Exp $
#
DISTNAME= libX11-1.3.2
@@ -22,6 +22,8 @@ CONFIGURE_ARGS+= --without-xcb
CONFIGURE_ARGS+= --disable-specs
PKGCONFIG_OVERRIDE+= x11.pc.in
+CONFIGURE_ENV+= FILE_MAN_SUFFIX=5
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"