diff options
-rw-r--r-- | fonts/font-util/Makefile | 4 |
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" |