diff options
author | wiz <wiz> | 2000-06-28 21:50:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-06-28 21:50:24 +0000 |
commit | 9635e160e80dfa258696d0235e10179a3f7dc292 (patch) | |
tree | cb5bad4fe195f326abe39dea742b4bea1c50b88f /fonts/intlfonts | |
parent | 7b0b621e92b3de865f1f8e686d2d462d8906d737 (diff) | |
download | pkgsrc-9635e160e80dfa258696d0235e10179a3f7dc292.tar.gz |
Include bsd.prefs.mk for proper handling of NO_EXTRA_FONTS.
Problem report and fix by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp> in
pkg/10467.
Diffstat (limited to 'fonts/intlfonts')
-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 |