summaryrefslogtreecommitdiff
path: root/fonts/mkfontdir/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-11-03 16:48:58 +0000
committerjoerg <joerg@pkgsrc.org>2006-11-03 16:48:58 +0000
commitb9e71c9519392c7ba8afbda677868d33cf2c7640 (patch)
tree7fb10af1d6e14e2c28722b97108ec3caf85e5f91 /fonts/mkfontdir/Makefile
parentc502d6f4be72b924fd2a6ab1b20a86fdae2a5d88 (diff)
downloadpkgsrc-b9e71c9519392c7ba8afbda677868d33cf2c7640.tar.gz
Fix DESCR of mkfontscale, merge DESCR from reed@'s wip version of
mkfontdir and add missing DEPENDS.
Diffstat (limited to 'fonts/mkfontdir/Makefile')
-rw-r--r--fonts/mkfontdir/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/mkfontdir/Makefile b/fonts/mkfontdir/Makefile
index b9c5fb39d22..3e49c9032a1 100644
--- a/fonts/mkfontdir/Makefile
+++ b/fonts/mkfontdir/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 16:26:08 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2006/11/03 16:48:58 joerg Exp $
#
DISTNAME= mkfontdir-1.0.2
@@ -13,6 +13,8 @@ COMMENT= X11 Font Index Generator
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
+DEPENDS+= mkfontscale>=1.0.1:../../fonts/mkfontscale
+
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"