svn commit: r322439 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Sun Jul 7 13:00:00 UTC 2013


Author: bapt
Date: Sun Jul  7 13:00:00 2013
New Revision: 322439
URL: http://svnweb.freebsd.org/changeset/ports/322439

Log:
  Remove X_FONTS_MISC_PORT and X_FONTS_ALIAS_PORT now that they are not used anymore

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Sun Jul  7 12:56:07 2013	(r322438)
+++ head/Mk/bsd.port.mk	Sun Jul  7 13:00:00 2013	(r322439)
@@ -1909,13 +1909,11 @@ LIB_DEPENDS+=		Xm.4:${PORTSDIR}/x11-tool
 .endif
 
 X_FONTS_ENCODINGS_PORT=	${PORTSDIR}/x11-fonts/encodings
-X_FONTS_MISC_PORT=	${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps
 X_FONTS_100DPI_PORT=	${PORTSDIR}/x11-fonts/xorg-fonts-100dpi
 X_FONTS_75DPI_PORT=	${PORTSDIR}/x11-fonts/xorg-fonts-75dpi
 X_FONTS_CYRILLIC_PORT=	${PORTSDIR}/x11-fonts/xorg-fonts-cyrillic
 X_FONTS_TTF_PORT=	${PORTSDIR}/x11-fonts/xorg-fonts-truetype
 X_FONTS_TYPE1_PORT=	${PORTSDIR}/x11-fonts/xorg-fonts-type1
-X_FONTS_ALIAS_PORT=	${PORTSDIR}/x11-fonts/font-alias
 
 .if defined(USE_DISPLAY) && !defined(DISPLAY)
 BUILD_DEPENDS+=	Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver \


More information about the svn-ports-all mailing list