Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2015 14:37:29 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382485 - head/x11/metisse
Message-ID:  <201503281437.t2SEbTV6070232@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503281437.t2SEbTV6070232>