diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-09-21 23:20:52 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-09-21 23:20:52 +0000 |
commit | 5fb373f3129cc7e1c39665d81a3bff3b1a4f5ef7 (patch) | |
tree | 71a4de3ab2cdc00358674d1975af082dfefcf524 /net/freeswitch-core-devel | |
parent | 3f09c957eb770245fb28849348c7129250e48366 (diff) | |
download | ports-5fb373f3129cc7e1c39665d81a3bff3b1a4f5ef7.tar.gz ports-5fb373f3129cc7e1c39665d81a3bff3b1a4f5ef7.zip |
Notes
Diffstat (limited to 'net/freeswitch-core-devel')
-rw-r--r-- | net/freeswitch-core-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/freeswitch-core-devel/Makefile b/net/freeswitch-core-devel/Makefile index d65ea8868a6f..2d721fc99108 100644 --- a/net/freeswitch-core-devel/Makefile +++ b/net/freeswitch-core-devel/Makefile @@ -177,7 +177,7 @@ MODSAYNL_DESC= Dutch Voice Propmts MODSAYPT_DESC= Portuguese Voice Propmts MODSAYRU_DESC= Russian Voice Propmts MODSAYTH_DESC= Thai Voice Propmts -MODSAYZH_DESC= Chinese Voice Propmts" +MODSAYZH_DESC= Chinese Voice Propmts OPTIONS_DEFAULT= REBOOTSTRAP MODABSTRACTION MODAVMD MODCALLCENTER MODCIDLOOKUP MODBLACKLIST MODCURL \ MODDISTRIBUTOR MODEASYROUTE MODFSK MODHTTAPI MODHTTPCACHE MODDIRECTORY MODLADSPA MODLCR MODMEMCACHE \ @@ -218,8 +218,8 @@ LIB_DEPENDS+= vorbis:${PORTSDIR}/audio/libvorbis .endif .if ${PORT_OPTIONS:MMODPERL} -LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm \ - db:${PORTSDIR}/databases/db42 +USE_BDB= 42+ +LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm .endif .if ${PORT_OPTIONS:MMODERLANGEVENT} |