diff options
author | pav <pav@FreeBSD.org> | 2008-03-12 07:21:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-12 07:21:23 +0800 |
commit | 7c74df7e50673151630d7da336d1f643a4ebe097 (patch) | |
tree | 0f680274bc084f679a6bda03b8f256ac79db0e9e /x11-fonts | |
parent | 8e98e612030732d3bd05cfb6011746a50b183d16 (diff) | |
download | freebsd-ports-graphics-7c74df7e50673151630d7da336d1f643a4ebe097.tar.gz freebsd-ports-graphics-7c74df7e50673151630d7da336d1f643a4ebe097.tar.zst freebsd-ports-graphics-7c74df7e50673151630d7da336d1f643a4ebe097.zip |
- This actually installs a one line shell script that executed mkfontscale, so
add mkfontscale to RUN_DEPENDS
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/mkfontdir/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-fonts/mkfontdir/Makefile b/x11-fonts/mkfontdir/Makefile index cad2350011e..b7d609430d1 100644 --- a/x11-fonts/mkfontdir/Makefile +++ b/x11-fonts/mkfontdir/Makefile @@ -7,11 +7,14 @@ PORTNAME= mkfontdir PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org COMMENT= Create an index of X font files in a directory +RUN_DEPENDS= mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale + XORG_CAT= app PLIST_FILES= bin/mkfontdir |