svn commit: r382499 - head/x11/metisse

Antoine Brodin antoine at FreeBSD.org
Sat Mar 28 15:07:31 UTC 2015


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 \


More information about the svn-ports-head mailing list