summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-07-15 08:58:18 +0000
committermarino <marino@pkgsrc.org>2012-07-15 08:58:18 +0000
commit59cf6f8f220826e7c4eed3db708df88d76f044dd (patch)
tree4695f329bea48236736f100e484adccea6e6f0fe /comms
parent0e2c44127859cbdfdddf3db69273b48d48cc7abd (diff)
downloadpkgsrc-59cf6f8f220826e7c4eed3db708df88d76f044dd.tar.gz
comms/asterisk10: PLIST+= chan_mgcp.so (DragonFly Only)
Defined new PLIST.mgcp variable for new file: lib/asterisks/modules/chan_mgcp.so
Diffstat (limited to 'comms')
-rw-r--r--comms/asterisk10/Makefile7
-rw-r--r--comms/asterisk10/PLIST3
2 files changed, 8 insertions, 2 deletions
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