- 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
This commit is contained in:
parent
9dbc438e7f
commit
9392f497fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293801
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user