diff options
Diffstat (limited to 'fonts/Makefile.inc')
-rw-r--r-- | fonts/Makefile.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fonts/Makefile.inc b/fonts/Makefile.inc new file mode 100644 index 0000000..f92a5a5 --- /dev/null +++ b/fonts/Makefile.inc @@ -0,0 +1,5 @@ +# $OpenBSD$ + +.if ${DISTNAME:Mfont-*} +CONFIGURE_ARGS += --disable-all-encodings --enable-iso8859-1 +.endif |