Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2015 15:07:31 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382499 - head/x11/metisse
Message-ID:  <201503281507.t2SF7VDI085661@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Mar 28 15:07:30 2015
New Revision: 382499
URL: https://svnweb.freebsd.org/changeset/ports/382499
QAT: https://qat.redports.org/buildarchive/r382499/

Log:
  Fix RUN_DEPENDS

Modified:
  head/x11/metisse/Makefile

Modified: head/x11/metisse/Makefile
==============================================================================
--- head/x11/metisse/Makefile	Sat Mar 28 15:05:43 2015	(r382498)
+++ head/x11/metisse/Makefile	Sat Mar 28 15:07:30 2015	(r382499)
@@ -16,7 +16,7 @@ CONFLICTS=	fvwm-1.* fvwm-2.*
 
 LIB_DEPENDS=	libNucleo.so:${PORTSDIR}/x11-toolkits/nucleo \
 		libpng.so:${PORTSDIR}/graphics/png
-RUN_DEPENDS=	xorg-fonts:${PORTSDIR}/x11-fonts/xorg-fonts
+RUN_DEPENDS=	xorg-fonts>0:${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?201503281507.t2SF7VDI085661>