diff options
-rw-r--r-- | fonts/mkfontscale/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/mkfontscale/Makefile b/fonts/mkfontscale/Makefile index 3144411e3d0..14b26b447eb 100644 --- a/fonts/mkfontscale/Makefile +++ b/fonts/mkfontscale/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/05/07 20:13:27 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2008/02/21 01:51:53 tnn Exp $ # DISTNAME= mkfontscale-1.0.3 @@ -15,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_TOOLS+= pkg-config +USE_FEATURES+= vsnprintf CONFIGURE_ENV+= APP_MAN_SUFFIX=1 |