summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-06-09 07:52:51 +0000
committerobache <obache@pkgsrc.org>2012-06-09 07:52:51 +0000
commit0bd93ff14ae1359526f295c094c1ecdaf83237c8 (patch)
treecb17c5c6cdc941f4d777f2419978f7608eaa13c9 /x11
parent48559e46002e8635fecb395f3eebd84f5d603f38 (diff)
downloadpkgsrc-0bd93ff14ae1359526f295c094c1ecdaf83237c8.tar.gz
Require hacks for fixing autoconf + space in variable name issue.
Diffstat (limited to 'x11')
-rw-r--r--x11/libXfont/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libXfont/Makefile b/x11/libXfont/Makefile
index c7ea8f5cad1..ec732a6f417 100644
--- a/x11/libXfont/Makefile
+++ b/x11/libXfont/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2012/06/01 20:19:16 drochner Exp $
+# $NetBSD: Makefile,v 1.24 2012/06/09 07:52:51 obache Exp $
#
DISTNAME= libXfont-1.4.5
@@ -21,6 +21,8 @@ PKGCONFIG_OVERRIDE+= xfont.pc.in
CONFIGURE_ARGS+= --disable-devel-docs
+.include "../../meta-pkgs/modular-xorg/hacks.mk"
+
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../x11/fontcacheproto/buildlink3.mk"