summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-06-11 05:56:34 +0000
committerobache <obache@pkgsrc.org>2012-06-11 05:56:34 +0000
commit208b021421a81b45c425695d23786107e000777c (patch)
tree497611b0bfb00ee6e66833860845a3c926625ff3 /fonts
parentfe3bedad884eb854b76f5fe3554cb5ce7ec6c8c5 (diff)
downloadpkgsrc-208b021421a81b45c425695d23786107e000777c.tar.gz
Require hacks for fixing autoconf + space in variable name issue.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/font-util/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/font-util/Makefile b/fonts/font-util/Makefile
index 03ab69f35a2..caabbd1c755 100644
--- a/fonts/font-util/Makefile
+++ b/fonts/font-util/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/06/10 15:27:41 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2012/06/11 05:56:34 obache Exp $
#
DISTNAME= font-util-1.3.0
@@ -16,4 +16,6 @@ GNU_CONFIGURE= yes
LDFLAGS.IRIX+= -lgen # for basename(3)
+.include "../../meta-pkgs/modular-xorg/hacks.mk"
+
.include "../../mk/bsd.pkg.mk"