[Midnightbsd-cvs] mports: Makefile: Add font dependancies to try to fix magus build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Nov 9 16:16:50 EST 2007


Log Message:
-----------
Add font dependancies to try to fix magus build

Modified Files:
--------------
    mports/x11-fonts/jmk-x11-fonts:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-fonts/jmk-x11-fonts/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L x11-fonts/jmk-x11-fonts/Makefile -L x11-fonts/jmk-x11-fonts/Makefile -u -r1.3 -r1.4
--- x11-fonts/jmk-x11-fonts/Makefile
+++ x11-fonts/jmk-x11-fonts/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	jmk-x11-fonts
 PORTVERSION=	3.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-fonts
 MASTER_SITES=	http://www.jmknoble.net/fonts/
 
@@ -17,6 +17,8 @@
 LICENSE=	gpl2
 
 BUILD_DEPENDS+=	${LOCALBASE}/bin/bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
+BUILD_DEPENDS=  fc-cache:${PORTSDIR}/x11-fonts/fontconfig
+RUN_DEPENDS=    fc-cache:${PORTSDIR}/x11-fonts/fontconfig
 
 USE_XLIB=	yes
 USE_IMAKE=	yes


More information about the Midnightbsd-cvs mailing list