diff options
author | gahr <gahr@FreeBSD.org> | 2008-03-11 04:00:40 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-03-11 04:00:40 +0800 |
commit | 2e9a60b3754e308fd324be9a13423cc240f88da2 (patch) | |
tree | 7753d68f4658f9dedcee35561110f3e78adc3d65 /x11-fonts | |
parent | f2a5569a1b219bf979ed08abba80d0ade9f3975c (diff) | |
download | freebsd-ports-gnome-2e9a60b3754e308fd324be9a13423cc240f88da2.tar.gz freebsd-ports-gnome-2e9a60b3754e308fd324be9a13423cc240f88da2.tar.zst freebsd-ports-gnome-2e9a60b3754e308fd324be9a13423cc240f88da2.zip |
- Fix BUILD_DEPENDS
PR: 121471
Submitted by: Chess Griffin <chess@chessgriffin.com>
Approved by: miwi (mentor)
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/mozilla-fonts/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-fonts/mozilla-fonts/Makefile b/x11-fonts/mozilla-fonts/Makefile index f547990f485a..85738eadd231 100644 --- a/x11-fonts/mozilla-fonts/Makefile +++ b/x11-fonts/mozilla-fonts/Makefile @@ -7,14 +7,16 @@ PORTNAME= mozilla-fonts PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-fonts www MASTER_SITES= http://www.happygiraffe.net/dist/ MAINTAINER= ports@FreeBSD.org COMMENT= Web fonts for Netscape/Mozilla -BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ + mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ + mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale .include <bsd.port.pre.mk> |