[Midnightbsd-cvs] mports: Makefile: add missing depends found on magus

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Oct 25 01:01:52 EDT 2007


Log Message:
-----------
add missing depends found on magus

Modified Files:
--------------
    mports/x11-fonts/jmk-x11-fonts:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-fonts/jmk-x11-fonts/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lx11-fonts/jmk-x11-fonts/Makefile -Lx11-fonts/jmk-x11-fonts/Makefile -u -r1.1 -r1.2
--- x11-fonts/jmk-x11-fonts/Makefile
+++ x11-fonts/jmk-x11-fonts/Makefile
@@ -8,6 +8,7 @@
 
 PORTNAME=	jmk-x11-fonts
 PORTVERSION=	3.0
+PORTREVISION=	1
 CATEGORIES=	x11-fonts
 MASTER_SITES=	http://www.jmknoble.net/fonts/
 
@@ -15,7 +16,9 @@
 COMMENT=	Jim Knoble's font package for X
 LICENSE=	gpl2
 
-BUILD_DEPENDS+=	${PORTSDIR}/x11/xorg-clients
+BUILD_DEPENDS+=	${PORTSDIR}/x11/xorg-clients \
+		${LOCALBASE}/bin/bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
+
 USE_XLIB=	yes
 USE_IMAKE=	yes
 


More information about the Midnightbsd-cvs mailing list