[Midnightbsd-cvs] mports: Makefile: get rid of non existent dependancy

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Nov 6 00:07:15 EST 2007


Log Message:
-----------
get rid of non existent dependancy

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

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


More information about the Midnightbsd-cvs mailing list