diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-31 19:29:38 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-31 19:29:38 +0000 |
commit | cda316d1c3968b598dc730f595c11662d128b616 (patch) | |
tree | 56d8607f1cfa419b592e58107b2f6beea255f16c /x11-wm | |
parent | b8ae7d6cf20dccedc6bcd6a7626f44c16bc645e3 (diff) | |
download | ports-cda316d1c3968b598dc730f595c11662d128b616.tar.gz ports-cda316d1c3968b598dc730f595c11662d128b616.zip |
Notes
Diffstat (limited to 'x11-wm')
-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 |