aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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