diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-01 03:29:38 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-01 03:29:38 +0800 |
commit | d4f69542a2452155803a06516ce71b514fbc65eb (patch) | |
tree | 56d8607f1cfa419b592e58107b2f6beea255f16c | |
parent | ccaf9e3eb9b589df2f85b87ca7d92f97f9181891 (diff) | |
download | freebsd-ports-gnome-d4f69542a2452155803a06516ce71b514fbc65eb.tar.gz freebsd-ports-gnome-d4f69542a2452155803a06516ce71b514fbc65eb.tar.zst freebsd-ports-gnome-d4f69542a2452155803a06516ce71b514fbc65eb.zip |
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>
-rw-r--r-- | x11-wm/fluxbox/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/fluxbox/Makefile b/x11-wm/fluxbox/Makefile index e387ddf1bfd8..2bea381791e4 100644 --- a/x11-wm/fluxbox/Makefile +++ b/x11-wm/fluxbox/Makefile @@ -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 based on BlackBox LICENSE= MIT RUN_DEPENDS= xmessage:${PORTSDIR}/x11/xmessage +LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi USE_XORG= xextproto xft xpm xrandr USES= gmake pkgconfig |