summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorobache <obache>2012-06-11 05:56:34 +0000
committerobache <obache>2012-06-11 05:56:34 +0000
commitb216e0a5338a7c6512f6ea0e1be399c18288f6cd (patch)
tree497611b0bfb00ee6e66833860845a3c926625ff3 /fonts
parent9634ba90f7e005348b2f6c004b3af92c8bbaeffd (diff)
downloadpkgsrc-b216e0a5338a7c6512f6ea0e1be399c18288f6cd.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"