diff options
author | petef <petef@FreeBSD.org> | 2002-04-01 01:06:51 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-04-01 01:06:51 +0000 |
commit | 63773858a5d816046590b95062c8009cfde8c79e (patch) | |
tree | a8d8addc2e47f728000ea94572306baea3594deb /x11-fonts | |
parent | b4956c1dd6a0754af69f26bf3bb2b003287b00eb (diff) | |
download | FreeBSD-ports-63773858a5d816046590b95062c8009cfde8c79e.zip FreeBSD-ports-63773858a5d816046590b95062c8009cfde8c79e.tar.gz |
Add a missing run dependency on mkfontdir.
Reported by: bento
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/p5-type1inst/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-fonts/p5-type1inst/Makefile b/x11-fonts/p5-type1inst/Makefile index f1aaa8b..7623ce1 100644 --- a/x11-fonts/p5-type1inst/Makefile +++ b/x11-fonts/p5-type1inst/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients + USE_PERL5= yes USE_XLIB= yes NO_BUILD= yes |