summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2012-02-16 16:33:28 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2012-02-16 16:33:28 +0000
commitd5bf68d09ce73739487f050b02d2f3191d54d39d (patch)
tree4372b03a9052897a5cf9931417458b39518f7393 /x11-wm
parentDocument MOVEDlint in README (diff)
- Add missing imlib2 dependency and add a knob WITHOUT_IMLIB to
disable imlib2 support - Bump PORTREVISION Reported by: Yuri <yuri@rawbw.com>
Notes
Notes: svn path=/head/; revision=291541
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