diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-13 16:07:20 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-13 16:07:20 +0000 |
commit | 5186bfeb0fe320ff868fd4df985d11b8cde5ab1c (patch) | |
tree | 11d965d0f8fcb30219e2a271462a19d43ea2d0b9 /x11-fonts | |
parent | 1b5fdd077f8aba4be539d18a60c8f24feda38b9f (diff) | |
download | ports-5186bfeb0fe320ff868fd4df985d11b8cde5ab1c.tar.gz ports-5186bfeb0fe320ff868fd4df985d11b8cde5ab1c.zip |
Notes
Diffstat (limited to 'x11-fonts')
-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 9d57421b21f7..c8dbc87b91be 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= |