Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2014 19:29:38 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366817 - head/x11-wm/fluxbox
Message-ID:  <201408311929.s7VJTcFS019487@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sun Aug 31 19:29:38 2014
New Revision: 366817
URL: http://svnweb.freebsd.org/changeset/ports/366817
QAT: https://qat.redports.org/buildarchive/r366817/

Log:
  This port autodetects libfribidi so add a dependency and bump PORTREVISION
  because of the libfribidi library version change in r366746.
  
  Reported by:	Barbara Guida <barbara.freebsd@gmail.com>

Modified:
  head/x11-wm/fluxbox/Makefile

Modified: head/x11-wm/fluxbox/Makefile
==============================================================================
--- head/x11-wm/fluxbox/Makefile	Sun Aug 31 19:26:57 2014	(r366816)
+++ head/x11-wm/fluxbox/Makefile	Sun Aug 31 19:29:38 2014	(r366817)
@@ -3,6 +3,7 @@
 
 PORTNAME=	fluxbox
 PORTVERSION=	1.3.5
+PORTREVISION=	1
 CATEGORIES=	x11-wm
 MASTER_SITES=	SF
 DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
@@ -14,6 +15,7 @@ COMMENT=	Small and fast window manager b
 LICENSE=	MIT
 
 RUN_DEPENDS=	xmessage:${PORTSDIR}/x11/xmessage
+LIB_DEPENDS=	libfribidi.so:${PORTSDIR}/converters/fribidi
 
 USE_XORG=	xextproto xft xpm xrandr
 USES=		gmake pkgconfig



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