aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/openbox
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2012-03-25 14:36:10 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2012-03-25 14:36:10 +0000
commit9392f497fcbb4d6078650d7ec9c1d2ebc6df96f7 (patch)
treef5543d392bd31422e74241cb5226796c381197cb /x11-wm/openbox
parent9dbc438e7fec6f3585022d799c7d85d7feccc4fd (diff)
downloadports-9392f497fcbb4d6078650d7ec9c1d2ebc6df96f7.tar.gz
ports-9392f497fcbb4d6078650d7ec9c1d2ebc6df96f7.zip
- Add missing dependency on startup-notification and add a knob to
disable it - Bump PORTREVISION PR: ports/166217 Submitted by: Oleg Pudeyev <oleg@bsdpower.com> Feature safe: yes
Notes
Notes: svn path=/head/; revision=293801
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r--x11-wm/openbox/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile
index ca50db5db9d3..dfc33ff74bd8 100644
--- a/x11-wm/openbox/Makefile
+++ b/x11-wm/openbox/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openbox
PORTVERSION= 3.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= http://openbox.org/dist/openbox/ \
http://dougbarton.us/Downloads/
@@ -50,6 +50,12 @@ USE_GNOME+= pango
CONFIGURE_ARGS+= --disable-pango
.endif
+.if !defined(WITHOUT_STARTUP_NOTIFICATION)
+LIB_DEPENDS+= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
+.else
+CONFIGURE_ARGS+= --disable-startup-notification
+.endif
+
post-configure:
@${CHMOD} +x ${WRKSRC}/install-sh