comms/asterisk10: PLIST+= chan_mgcp.so (DragonFly Only)
Defined new PLIST.mgcp variable for new file: lib/asterisks/modules/chan_mgcp.so
This commit is contained in:
parent
0e2c441278
commit
59cf6f8f22
2 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.21 2012/07/15 07:51:02 jnemeth Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2012/07/15 08:58:18 marino Exp $
|
||||
#
|
||||
# NOTE: when updating this package, there are two places that sound
|
||||
# tarballs need to be checked
|
||||
|
@ -100,6 +100,11 @@ PLIST_VARS+= kqueue
|
|||
PLIST.kqueue= yes
|
||||
.endif
|
||||
|
||||
PLIST_VARS+= mgcp
|
||||
.if ${OPSYS} == "DragonFly"
|
||||
PLIST.mgcp= yes
|
||||
.endif
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
# check sounds/Makefile for current version when upgrading package
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2012/06/05 01:39:44 jnemeth Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2012/07/15 08:58:18 marino Exp $
|
||||
include/asterisk.h
|
||||
include/asterisk/_private.h
|
||||
include/asterisk/abstract_jb.h
|
||||
|
@ -227,6 +227,7 @@ lib/asterisk/modules/chan_gtalk.so
|
|||
lib/asterisk/modules/chan_iax2.so
|
||||
lib/asterisk/modules/chan_local.so
|
||||
lib/asterisk/modules/chan_multicast_rtp.so
|
||||
${PLIST.mgcp}lib/asterisk/modules/chan_mgcp.so
|
||||
lib/asterisk/modules/chan_oss.so
|
||||
lib/asterisk/modules/chan_sip.so
|
||||
lib/asterisk/modules/chan_skinny.so
|
||||
|
|
Loading…
Reference in a new issue