[Midnightbsd-cvs] mports: Makefile: Double typo

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


Log Message:
-----------
Double typo

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

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-fonts/jmk-x11-fonts/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L x11-fonts/jmk-x11-fonts/Makefile -L x11-fonts/jmk-x11-fonts/Makefile -u -r1.4 -r1.5
--- x11-fonts/jmk-x11-fonts/Makefile
+++ x11-fonts/jmk-x11-fonts/Makefile
@@ -17,8 +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
+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