diff options
author | taoka <taoka@FreeBSD.org> | 1999-04-13 16:07:20 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-04-13 16:07:20 +0000 |
commit | 7e1c21bbe4e52a265a99b4ad6bcc6f77908fe0fb (patch) | |
tree | 67f1dd3e0ed7c2c1e6d39f2e5aae7a45f1c094c7 /x11-fonts/p5-type1inst | |
parent | f0c4da6cc789d829285788a847cef5e7aba81342 (diff) | |
download | FreeBSD-ports-7e1c21bbe4e52a265a99b4ad6bcc6f77908fe0fb.zip FreeBSD-ports-7e1c21bbe4e52a265a99b4ad6bcc6f77908fe0fb.tar.gz |
type1inst requires mkfontdir
Diffstat (limited to 'x11-fonts/p5-type1inst')
-rw-r--r-- | x11-fonts/p5-type1inst/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-fonts/p5-type1inst/Makefile b/x11-fonts/p5-type1inst/Makefile index 9d57421..c8dbc87b 100644 --- a/x11-fonts/p5-type1inst/Makefile +++ b/x11-fonts/p5-type1inst/Makefile @@ -3,7 +3,7 @@ # Date created: 7 Jan 1998 # Whom: giffunip@asme.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/13 13:52:58 jseger Exp $ # DISTNAME= type1inst-0.6.1 @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR=X11/xutils MAINTAINER= giffunip@asme.org +RUN_DEPENDS= $(X11BASE)/bin/mkfontdir:${PORTSDIR}/x11/XFree86 + USE_PERL5= yes NO_BUILD= yes STRIP= |