aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2008-03-11 04:00:40 +0800
committergahr <gahr@FreeBSD.org>2008-03-11 04:00:40 +0800
commit2e9a60b3754e308fd324be9a13423cc240f88da2 (patch)
tree7753d68f4658f9dedcee35561110f3e78adc3d65 /x11-fonts
parentf2a5569a1b219bf979ed08abba80d0ade9f3975c (diff)
downloadfreebsd-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/Makefile6
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>