[Midnightbsd-cvs] mports: Makefile: Add missing dependancy (magus)

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Apr 3 21:33:43 EDT 2008


Log Message:
-----------
Add missing dependancy (magus)

Modified Files:
--------------
    mports/x11-fonts/jmk-x11-fonts:
        Makefile (r1.5 -> r1.6)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-fonts/jmk-x11-fonts/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -L x11-fonts/jmk-x11-fonts/Makefile -L x11-fonts/jmk-x11-fonts/Makefile -u -r1.5 -r1.6
--- x11-fonts/jmk-x11-fonts/Makefile
+++ x11-fonts/jmk-x11-fonts/Makefile
@@ -16,8 +16,9 @@
 COMMENT=	Jim Knoble's font package for X
 LICENSE=	gpl2
 
-BUILD_DEPENDS+=	${LOCALBASE}/bin/bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
-BUILD_DEPENDS+=  fc-cache:${PORTSDIR}/x11-fonts/fontconfig
+BUILD_DEPENDS+=	${LOCALBASE}/bin/bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
+		mkfontsdir:${PORTSDIR}/x11-fonts/mkfontdir
+BUILD_DEPENDS+=  fc-cache:${PORTSDIR}/x11-fonts/fontconfig 
 RUN_DEPENDS+=    fc-cache:${PORTSDIR}/x11-fonts/fontconfig
 
 USE_XLIB=	yes


More information about the Midnightbsd-cvs mailing list