diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-20 02:01:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-20 02:01:49 +0800 |
commit | 9d410dbdf4c57f0a53bcc63d7af4bfe45aacf781 (patch) | |
tree | 71298ace74f88fba90293276e3543c2e346180e8 /x11-fonts | |
parent | 4aa87c4f38b6c4892e810f6c0810efcea42d0869 (diff) | |
download | freebsd-ports-graphics-9d410dbdf4c57f0a53bcc63d7af4bfe45aacf781.tar.gz freebsd-ports-graphics-9d410dbdf4c57f0a53bcc63d7af4bfe45aacf781.tar.zst freebsd-ports-graphics-9d410dbdf4c57f0a53bcc63d7af4bfe45aacf781.zip |
Needs mkfontdir at build time
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/tv-fonts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fonts/tv-fonts/Makefile b/x11-fonts/tv-fonts/Makefile index c9ebdf0687d..c1b497dc7cb 100644 --- a/x11-fonts/tv-fonts/Makefile +++ b/x11-fonts/tv-fonts/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= http://dl.bytesex.org/releases/${PORTNAME}/ MAINTAINER= oliver@FreeBSD.org COMMENT= Number of fonts which are useful for TV applications -BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ + mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir USES= gmake fonts tar:bzip2 MAKE_JOBS_UNSAFE= yes |