svn commit: r382485 - head/x11/metisse

Baptiste Daroussin bapt at FreeBSD.org
Sat Mar 28 14:37:29 UTC 2015


Author: bapt
Date: Sat Mar 28 14:37:28 2015
New Revision: 382485
URL: https://svnweb.freebsd.org/changeset/ports/382485
QAT: https://qat.redports.org/buildarchive/r382485/

Log:
  Check the xorg-fonts package rather than the file the meta port will not carry soon anymore

Modified:
  head/x11/metisse/Makefile

Modified: head/x11/metisse/Makefile
==============================================================================
--- head/x11/metisse/Makefile	Sat Mar 28 14:36:16 2015	(r382484)
+++ head/x11/metisse/Makefile	Sat Mar 28 14:37:28 2015	(r382485)
@@ -16,7 +16,7 @@ CONFLICTS=	fvwm-1.* fvwm-2.*
 
 LIB_DEPENDS=	libNucleo.so:${PORTSDIR}/x11-toolkits/nucleo \
 		libpng.so:${PORTSDIR}/graphics/png
-RUN_DEPENDS=	${LOCALBASE}/libdata/xorg/fonts:${PORTSDIR}/x11-fonts/xorg-fonts
+RUN_DEPENDS=	xorg-fonts:${PORTSDIR}/x11-fonts/xorg-fonts
 
 USES=		gettext libtool pathfix pkgconfig python shebangfix tar:bzip2
 SHEBANG_FILES=	${WRKSRC}/fvwm-insitu/bin/fvwm-convert-2.4.in \


More information about the svn-ports-head mailing list