svn commit: r366817 - head/x11-wm/fluxbox
Tijl Coosemans
tijl at FreeBSD.org
Sun Aug 31 19:29:39 UTC 2014
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 at 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
More information about the svn-ports-head
mailing list