From 59cf6f8f220826e7c4eed3db708df88d76f044dd Mon Sep 17 00:00:00 2001 From: marino Date: Sun, 15 Jul 2012 08:58:18 +0000 Subject: comms/asterisk10: PLIST+= chan_mgcp.so (DragonFly Only) Defined new PLIST.mgcp variable for new file: lib/asterisks/modules/chan_mgcp.so --- comms/asterisk10/Makefile | 7 ++++++- comms/asterisk10/PLIST | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'comms') diff --git a/comms/asterisk10/Makefile b/comms/asterisk10/Makefile index 7c59f721f91..459ddd95342 100644 --- a/comms/asterisk10/Makefile +++ b/comms/asterisk10/Makefile @@ -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 diff --git a/comms/asterisk10/PLIST b/comms/asterisk10/PLIST index 339f514c75b..da3a185b6ec 100644 --- a/comms/asterisk10/PLIST +++ b/comms/asterisk10/PLIST @@ -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 -- cgit v1.2.3