diff options
-rw-r--r-- | fonts/intlfonts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/intlfonts/Makefile b/fonts/intlfonts/Makefile index 1234c8a93b4..097f5deb03d 100644 --- a/fonts/intlfonts/Makefile +++ b/fonts/intlfonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/05/27 14:11:29 agc Exp $ +# $NetBSD: Makefile,v 1.7 2000/06/28 21:50:24 wiz Exp $ DISTNAME= intlfonts-1.2 CATEGORIES= fonts x11 @@ -40,6 +40,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-fontdir=${PREFIX}/lib/X11/fonts/intlfonts \ --without-bdf --enable-compress=gzip +.include "../../mk/bsd.prefs.mk" + .if !defined(NO_EXTRA_FONTS) FONT_SETS+= ${EXTRA_FONTS} PLIST_SRC= ${WRKDIR}/PLIST |