[Midnightbsd-cvs] mports: Makefile: Add missing depends as found on magus.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Apr 10 14:04:09 EDT 2008
Log Message:
-----------
Add missing depends as found on magus.
Modified Files:
--------------
mports/x11-fonts/jmk-x11-fonts:
Makefile (r1.6 -> r1.7)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-fonts/jmk-x11-fonts/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -L x11-fonts/jmk-x11-fonts/Makefile -L x11-fonts/jmk-x11-fonts/Makefile -u -r1.6 -r1.7
--- x11-fonts/jmk-x11-fonts/Makefile
+++ x11-fonts/jmk-x11-fonts/Makefile
@@ -8,7 +8,7 @@
PORTNAME= jmk-x11-fonts
PORTVERSION= 3.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-fonts
MASTER_SITES= http://www.jmknoble.net/fonts/
@@ -16,10 +16,11 @@
COMMENT= Jim Knoble's font package for X
LICENSE= gpl2
-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
+BUILD_DEPENDS+= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
+ mkfontsdir:${PORTSDIR}/x11-fonts/mkfontdir \
+ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \
+ 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