diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2012-03-25 14:36:10 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2012-03-25 14:36:10 +0000 |
commit | 9392f497fcbb4d6078650d7ec9c1d2ebc6df96f7 (patch) | |
tree | f5543d392bd31422e74241cb5226796c381197cb /x11-wm | |
parent | 9dbc438e7fec6f3585022d799c7d85d7feccc4fd (diff) | |
download | ports-9392f497fcbb4d6078650d7ec9c1d2ebc6df96f7.tar.gz ports-9392f497fcbb4d6078650d7ec9c1d2ebc6df96f7.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/openbox/Makefile | 8 |
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 |