summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-07-15 09:00:00 +0000
committermarino <marino@pkgsrc.org>2012-07-15 09:00:00 +0000
commitab19bc68e6edc7f4faeadeedce24451b1245e5ea (patch)
treea42a1ddb3eb41d8793e2abb8cbee9fe9f04a69a9 /comms
parent59cf6f8f220826e7c4eed3db708df88d76f044dd (diff)
downloadpkgsrc-ab19bc68e6edc7f4faeadeedce24451b1245e5ea.tar.gz
comms/asterisk18: 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/asterisk18/Makefile7
-rw-r--r--comms/asterisk18/PLIST3
2 files changed, 8 insertions, 2 deletions
diff --git a/comms/asterisk18/Makefile b/comms/asterisk18/Makefile
index 895a6706868..0fc223688a1 100644
--- a/comms/asterisk18/Makefile
+++ b/comms/asterisk18/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2012/07/15 07:49:27 jnemeth Exp $
+# $NetBSD: Makefile,v 1.40 2012/07/15 09:00:00 marino Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked
@@ -101,6 +101,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/asterisk18/PLIST b/comms/asterisk18/PLIST
index 7102f01aa31..eaa10f51679 100644
--- a/comms/asterisk18/PLIST
+++ b/comms/asterisk18/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2012/06/05 00:15:34 jnemeth Exp $
+@comment $NetBSD: PLIST,v 1.17 2012/07/15 09:00:00 marino Exp $
include/asterisk.h
include/asterisk/_private.h
include/asterisk/abstract_jb.h
@@ -224,6 +224,7 @@ lib/asterisk/modules/chan_iax2.so
${PLIST.jabber}lib/asterisk/modules/chan_jingle.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