aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2012-02-17 00:33:28 +0800
committernovel <novel@FreeBSD.org>2012-02-17 00:33:28 +0800
commit7b8b53920fa394c6a6fb9da40649bf46131a0071 (patch)
tree96ccf5a744c3b6cf31d48ad1929ba5580ec2565b /x11-wm
parent9f022be907bbab2253b2c12eb525b657315c9b36 (diff)
downloadfreebsd-ports-gnome-7b8b53920fa394c6a6fb9da40649bf46131a0071.tar.gz
freebsd-ports-gnome-7b8b53920fa394c6a6fb9da40649bf46131a0071.tar.zst
freebsd-ports-gnome-7b8b53920fa394c6a6fb9da40649bf46131a0071.zip
- Add missing imlib2 dependency and add a knob WITHOUT_IMLIB to
disable imlib2 support - Bump PORTREVISION Reported by: Yuri <yuri@rawbw.com>
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/openbox/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile
index f1da6cae4851..ca50db5db9d3 100644
--- a/x11-wm/openbox/Makefile
+++ b/x11-wm/openbox/Makefile
@@ -7,6 +7,7 @@
PORTNAME= openbox
PORTVERSION= 3.5.0
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://openbox.org/dist/openbox/ \
http://dougbarton.us/Downloads/
@@ -37,6 +38,12 @@ CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
+.if !defined(WITHOUT_IMLIB)
+USE_EFL= imlib2
+.else
+CONFIGURE_ARGS+= --disable-imlib2
+.endif
+
.if !defined(WITHOUT_PANGO)
USE_GNOME+= pango
.else