changed naming of linphone GUI option
This commit is contained in:
parent
0a00551bb1
commit
3ab856f155
1 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2005/11/13 17:17:39 gschwarz Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2005/11/19 22:25:26 gschwarz Exp $
|
||||
|
||||
DISTNAME= linphone-1.0.1
|
||||
CATEGORIES= net
|
||||
|
@ -20,8 +20,9 @@ CONFIGURE_ARGS+= --with-speex=${BUILDLINK_PREFIX.speex}
|
|||
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/linphone
|
||||
CONFIGURE_ARGS+= --disable-manual --enable-glib
|
||||
|
||||
PKG_SUPPORTED_OPTIONS= alsa nogui inet6
|
||||
PKG_SUPPORTED_OPTIONS= alsa inet6 linphone-gui
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.linphone
|
||||
PKG_DEFAULT_OPTIONS+= linphone-gui
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
|
@ -29,7 +30,7 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.linphone
|
|||
CONFIGURE_ARGS+= --enable-alsa
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mnogui)
|
||||
.if empty(PKG_OPTIONS:Mlinphone-gui)
|
||||
CONFIGURE_ARGS+= --enable-gnome_ui=no
|
||||
PLIST_SUBST+= GUI="@comment "
|
||||
.else
|
||||
|
|
Loading…
Reference in a new issue